diff options
author | Joe Perches <joe@perches.com> | 2008-02-03 17:33:42 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 17:33:42 +0200 |
commit | c78bad11fbf1272ea021f56458025dc98486d6f4 (patch) | |
tree | 7ac1cc64d3429c3b3c52e707212d5a0711a9a9d1 /fs/befs | |
parent | ee0fc097ef47a4a6ff6b4800f2391030131b7828 (diff) | |
download | linux-3.10-c78bad11fbf1272ea021f56458025dc98486d6f4.tar.gz linux-3.10-c78bad11fbf1272ea021f56458025dc98486d6f4.tar.bz2 linux-3.10-c78bad11fbf1272ea021f56458025dc98486d6f4.zip |
fs/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'fs/befs')
-rw-r--r-- | fs/befs/btree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/befs/btree.c b/fs/befs/btree.c index af5bb93276f..4202db7496c 100644 --- a/fs/befs/btree.c +++ b/fs/befs/btree.c @@ -232,7 +232,7 @@ befs_bt_read_node(struct super_block *sb, befs_data_stream * ds, * @key: Key string to lookup in btree * @value: Value stored with @key * - * On sucess, returns BEFS_OK and sets *@value to the value stored + * On success, returns BEFS_OK and sets *@value to the value stored * with @key (usually the disk block number of an inode). * * On failure, returns BEFS_ERR or BEFS_BT_NOT_FOUND. |