From: Junesung Lee Date: Tue, 18 Aug 2015 13:42:15 +0000 (+0900) Subject: f2fs: fix typo X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=217940d4f0c4ec4f0852f7046fa419d0edf65c17;p=deliverable%2Flinux.git f2fs: fix typo Fix typo. Signed-off-by: Junesung Lee Signed-off-by: Jaegeuk Kim --- 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 .