fs/: Spelling fixes

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
此提交包含在:
Joe Perches
2008-02-03 17:33:42 +02:00
提交者 Adrian Bunk
父節點 ee0fc097ef
當前提交 c78bad11fb
共有 9 個檔案被更改,包括 11 行新增11 行删除

查看文件

@@ -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.