aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/Kconfig
diff options
context:
space:
mode:
authorJunesung Lee <junesoung412@gmail.com>2015-08-18 22:42:15 +0900
committerJaegeuk Kim <jaegeuk@kernel.org>2015-08-21 22:43:32 -0700
commit217940d4f0c4ec4f0852f7046fa419d0edf65c17 (patch)
tree897a170a7d00533f3c52f7e99b031a68ddd557f6 /fs/f2fs/Kconfig
parentf2fs: check the node block address of newly allocated nid (diff)
downloadlinux-dev-217940d4f0c4ec4f0852f7046fa419d0edf65c17.tar.xz
linux-dev-217940d4f0c4ec4f0852f7046fa419d0edf65c17.zip
f2fs: fix typo
Fix typo. Signed-off-by: Junesung Lee <junesoung412@gmail.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs/Kconfig')
-rw-r--r--fs/f2fs/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/Kconfig b/fs/f2fs/Kconfig
index c629762005bc..b0a9dc929f88 100644
--- a/fs/f2fs/Kconfig
+++ b/fs/f2fs/Kconfig
@@ -45,7 +45,7 @@ config F2FS_FS_POSIX_ACL
default y
help
Posix Access Control Lists (ACLs) support permissions for users and
- gourps beyond the owner/group/world scheme.
+ groups beyond the owner/group/world scheme.
To learn more about Access Control Lists, visit the POSIX ACLs for
Linux website <http://acl.bestbits.at/>.