diff options
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 af5bb93276f8..4202db7496cb 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, | |||
232 | * @key: Key string to lookup in btree | 232 | * @key: Key string to lookup in btree |
233 | * @value: Value stored with @key | 233 | * @value: Value stored with @key |
234 | * | 234 | * |
235 | * On sucess, returns BEFS_OK and sets *@value to the value stored | 235 | * On success, returns BEFS_OK and sets *@value to the value stored |
236 | * with @key (usually the disk block number of an inode). | 236 | * with @key (usually the disk block number of an inode). |
237 | * | 237 | * |
238 | * On failure, returns BEFS_ERR or BEFS_BT_NOT_FOUND. | 238 | * On failure, returns BEFS_ERR or BEFS_BT_NOT_FOUND. |