Explorar el Código

Squashfs: fix filename typo

Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
Phillip Lougher hace 15 años
padre
commit
4f86b8fd48
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      fs/squashfs/squashfs.h

+ 1 - 1
fs/squashfs/squashfs.h

@@ -105,5 +105,5 @@ extern const struct xattr_handler *squashfs_xattr_handlers[];
 /* zlib_wrapper.c */
 /* zlib_wrapper.c */
 extern const struct squashfs_decompressor squashfs_zlib_comp_ops;
 extern const struct squashfs_decompressor squashfs_zlib_comp_ops;
 
 
-/* lzo_wrappers.c */
+/* lzo_wrapper.c */
 extern const struct squashfs_decompressor squashfs_lzo_comp_ops;
 extern const struct squashfs_decompressor squashfs_lzo_comp_ops;