projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.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
|
blame
|
history
diff --git
a/fs/f2fs/Kconfig
b/fs/f2fs/Kconfig
index c629762005bc3f643d211d8a038fa0763dd11ddf..b0a9dc929f887fb3137e2f22521744981cb3b3a9 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/>.