summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Lougher2010-08-06 00:52:53 +0200
committerPhillip Lougher2010-08-06 00:52:53 +0200
commit4f86b8fd48cb9b9a5b45aa0249e44c9d4fd7d796 (patch)
treeb60c1c1e0ba225e73489c1ca851fb90c31182355
parentSquashfs: update Kconfig and documentation for LZO (diff)
downloadkernel-qcow2-linux-4f86b8fd48cb9b9a5b45aa0249e44c9d4fd7d796.tar.gz
kernel-qcow2-linux-4f86b8fd48cb9b9a5b45aa0249e44c9d4fd7d796.tar.xz
kernel-qcow2-linux-4f86b8fd48cb9b9a5b45aa0249e44c9d4fd7d796.zip
Squashfs: fix filename typo
Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
-rw-r--r--fs/squashfs/squashfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/squashfs/squashfs.h b/fs/squashfs/squashfs.h
index 3a95ea68b00f..5d45569d5f72 100644
--- a/fs/squashfs/squashfs.h
+++ b/fs/squashfs/squashfs.h
@@ -105,5 +105,5 @@ extern const struct xattr_handler *squashfs_xattr_handlers[];
/* zlib_wrapper.c */
extern const struct squashfs_decompressor squashfs_zlib_comp_ops;
-/* lzo_wrappers.c */
+/* lzo_wrapper.c */
extern const struct squashfs_decompressor squashfs_lzo_comp_ops;