diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-12-05 07:00:34 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-12-06 03:53:40 -0500 |
commit | 90802ed9c3dbab2e067bd9fc67a30e66e6774e8f (patch) | |
tree | ac379380a669ad3c2a7ab0c3d923f1e9644ae885 /lib/decompress_unlzma.c | |
parent | 05183189ee5df8799b22c56d93f0f69b8490e33f (diff) |
treewide: Fix comment and string typo 'bufer'
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'lib/decompress_unlzma.c')
-rw-r--r-- | lib/decompress_unlzma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/decompress_unlzma.c b/lib/decompress_unlzma.c index 476c65af9709..32adb73a9038 100644 --- a/lib/decompress_unlzma.c +++ b/lib/decompress_unlzma.c | |||
@@ -562,7 +562,7 @@ STATIC inline int INIT unlzma(unsigned char *buf, int in_len, | |||
562 | else | 562 | else |
563 | inbuf = malloc(LZMA_IOBUF_SIZE); | 563 | inbuf = malloc(LZMA_IOBUF_SIZE); |
564 | if (!inbuf) { | 564 | if (!inbuf) { |
565 | error("Could not allocate input bufer"); | 565 | error("Could not allocate input buffer"); |
566 | goto exit_0; | 566 | goto exit_0; |
567 | } | 567 | } |
568 | 568 | ||