projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2492863
)
f2fs: fix typo
author
Junesung Lee
<junesoung412@gmail.com>
Tue, 18 Aug 2015 13:42:15 +0000
(22:42 +0900)
committer
Jaegeuk Kim
<jaegeuk@kernel.org>
Sat, 22 Aug 2015 05:43:32 +0000
(22:43 -0700)
Fix typo.
Signed-off-by: Junesung Lee <junesoung412@gmail.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/Kconfig
patch
|
blob
|
history
diff --git
a/fs/f2fs/Kconfig
b/fs/f2fs/Kconfig
index
c629762
..
b0a9dc9
100644
(file)
--- 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
- g
our
ps beyond the owner/group/world scheme.
+ g
rou
ps beyond the owner/group/world scheme.
To learn more about Access Control Lists, visit the POSIX ACLs for
Linux website <http://acl.bestbits.at/>.