projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcf5644
)
trivial: fix typo in namei.h comment
author
Ori Avtalion
<ori@avtalion.name>
Tue, 16 Jun 2009 09:17:53 +0000
(12:17 +0300)
committer
Jiri Kosina
<jkosina@suse.cz>
Mon, 21 Sep 2009 13:14:51 +0000
(15:14 +0200)
Signed-off-by: Ori Avtalion <ori@avtalion.name>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
include/linux/namei.h
patch
|
blob
|
history
diff --git
a/include/linux/namei.h
b/include/linux/namei.h
index d870ae2faedc7d8b7de668adb1e3e2464fdda685..ec0f607b364a492237fed9dddc3c2401a340ef5d 100644
(file)
--- a/
include/linux/namei.h
+++ b/
include/linux/namei.h
@@
-40,7
+40,7
@@
enum {LAST_NORM, LAST_ROOT, LAST_DOT, LAST_DOTDOT, LAST_BIND};
* - follow links at the end
* - require a directory
* - ending slashes ok even for nonexistent files
- * - internal "there are more path compnents" flag
+ * - internal "there are more path comp
o
nents" flag
* - locked when lookup done with dcache_lock held
* - dentry cache is untrusted; force a real lookup
*/