]> Pileus Git - ~andy/linux/blobdiff - lib/decompress_unlzma.c
Linux 3.14
[~andy/linux] / lib / decompress_unlzma.c
index 476c65af97098bb0e117999a645fe9c03192ceb5..32adb73a903811c4b05d49fea6f9401c13cf396e 100644 (file)
@@ -562,7 +562,7 @@ STATIC inline int INIT unlzma(unsigned char *buf, int in_len,
        else
                inbuf = malloc(LZMA_IOBUF_SIZE);
        if (!inbuf) {
-               error("Could not allocate input bufer");
+               error("Could not allocate input buffer");
                goto exit_0;
        }