From 217940d4f0c4ec4f0852f7046fa419d0edf65c17 Mon Sep 17 00:00:00 2001 From: Junesung Lee Date: Tue, 18 Aug 2015 22:42:15 +0900 Subject: [PATCH] f2fs: fix typo Fix typo. Signed-off-by: Junesung Lee Signed-off-by: Jaegeuk Kim --- fs/f2fs/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . -- 2.34.1