소스 검색

Squashfs: fix filename typo

Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
Phillip Lougher 15 년 전
부모
커밋
4f86b8fd48
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 */
 extern const struct squashfs_decompressor squashfs_zlib_comp_ops;
 
-/* lzo_wrappers.c */
+/* lzo_wrapper.c */
 extern const struct squashfs_decompressor squashfs_lzo_comp_ops;