diff options
author | Phillip Lougher <phillip@lougher.demon.co.uk> | 2010-08-05 23:52:53 +0100 |
---|---|---|
committer | Phillip Lougher <phillip@lougher.demon.co.uk> | 2010-08-05 23:52:53 +0100 |
commit | 4f86b8fd48cb9b9a5b45aa0249e44c9d4fd7d796 (patch) | |
tree | b60c1c1e0ba225e73489c1ca851fb90c31182355 /fs | |
parent | 4b676d2dbed3dadc6ef913d58f85360547fa071e (diff) | |
download | op-kernel-dev-4f86b8fd48cb9b9a5b45aa0249e44c9d4fd7d796.zip op-kernel-dev-4f86b8fd48cb9b9a5b45aa0249e44c9d4fd7d796.tar.gz |
Squashfs: fix filename typo
Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/squashfs/squashfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/squashfs/squashfs.h b/fs/squashfs/squashfs.h index 3a95ea6..5d45569 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; |