Skip to content

Commit

Permalink
trivial: fix typo in namei.h comment
Browse files Browse the repository at this point in the history
Signed-off-by: Ori Avtalion <ori@avtalion.name>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Ori Avtalion authored and Jiri Kosina committed Sep 21, 2009
1 parent bcf5644 commit 47a0dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/namei.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 components" flag
* - locked when lookup done with dcache_lock held
* - dentry cache is untrusted; force a real lookup
*/
Expand Down

0 comments on commit 47a0dfa

Please sign in to comment.