diff options
author | Junesung Lee <junesoung412@gmail.com> | 2015-08-18 22:42:15 +0900 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2015-08-21 22:43:32 -0700 |
commit | 217940d4f0c4ec4f0852f7046fa419d0edf65c17 (patch) | |
tree | 897a170a7d00533f3c52f7e99b031a68ddd557f6 /fs/f2fs | |
parent | 24928634f81b1592e83b37dcd89ed45c28f12feb (diff) | |
download | linux-stable-217940d4f0c4ec4f0852f7046fa419d0edf65c17.tar.gz linux-stable-217940d4f0c4ec4f0852f7046fa419d0edf65c17.tar.bz2 linux-stable-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')
-rw-r--r-- | fs/f2fs/Kconfig | 2 |
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/>. |