diff options
author | Matt Mackall <mpm@selenic.com> | 2006-01-03 07:27:11 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@r063144.stusta.swh.mhn.de> | 2006-01-03 07:27:11 -0500 |
commit | 4a4efbdee278b2f4ed91aad2db5c006ff754276e (patch) | |
tree | be5742c3d3ff5382c8a6ccdcd31bfe00fb9b6491 /fs/reiserfs/xattr.c | |
parent | 7a1119b1fc87cc347d3932b8aee051e86b32818f (diff) |
s/retreiv/retriev/g
As everyone knows, the rule is: "i before e.. um.. always."
Signed-off-by: Matt Mackall <mpm@selenic.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'fs/reiserfs/xattr.c')
-rw-r--r-- | fs/reiserfs/xattr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/reiserfs/xattr.c b/fs/reiserfs/xattr.c index 72e120798677..02091eaac0b4 100644 --- a/fs/reiserfs/xattr.c +++ b/fs/reiserfs/xattr.c | |||
@@ -115,8 +115,8 @@ static struct dentry *__get_xa_root(struct super_block *s) | |||
115 | } | 115 | } |
116 | 116 | ||
117 | /* Returns the dentry (or NULL) referring to the root of the extended | 117 | /* Returns the dentry (or NULL) referring to the root of the extended |
118 | * attribute directory tree. If it has already been retreived, it is used. | 118 | * attribute directory tree. If it has already been retrieved, it is used. |
119 | * Otherwise, we attempt to retreive it from disk. It may also return | 119 | * Otherwise, we attempt to retrieve it from disk. It may also return |
120 | * a pointer-encoded error. | 120 | * a pointer-encoded error. |
121 | */ | 121 | */ |
122 | static inline struct dentry *get_xa_root(struct super_block *s) | 122 | static inline struct dentry *get_xa_root(struct super_block *s) |