Squashfs: fix filename typo
authorPhillip Lougher <phillip@lougher.demon.co.uk>
Thu, 5 Aug 2010 22:52:53 +0000 (23:52 +0100)
committerPhillip Lougher <phillip@lougher.demon.co.uk>
Thu, 5 Aug 2010 22:52:53 +0000 (23:52 +0100)
Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
fs/squashfs/squashfs.h

index 3a95ea6..5d45569 100644 (file)
@@ -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;