提交 9ccf56c1 编写于 作者: R Ryusuke Konishi

nilfs2: fix function name typos in docbook comments

Fixes the following typos in docbook comments:

 nilfs_detroy_transaction_cache -> nilfs_destroy_transaction_cache
 nilfs_secgtor_start_timer -> nilfs_segctor_start_timer
Signed-off-by: NRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
上级 6c477d44
...@@ -141,7 +141,7 @@ int nilfs_init_transaction_cache(void) ...@@ -141,7 +141,7 @@ int nilfs_init_transaction_cache(void)
} }
/** /**
* nilfs_detroy_transaction_cache - destroy the cache for transaction info * nilfs_destroy_transaction_cache - destroy the cache for transaction info
* *
* nilfs_destroy_transaction_cache() frees the slab cache for the struct * nilfs_destroy_transaction_cache() frees the slab cache for the struct
* nilfs_transaction_info. * nilfs_transaction_info.
...@@ -2214,7 +2214,7 @@ static int nilfs_segctor_do_construct(struct nilfs_sc_info *sci, int mode) ...@@ -2214,7 +2214,7 @@ static int nilfs_segctor_do_construct(struct nilfs_sc_info *sci, int mode)
} }
/** /**
* nilfs_secgtor_start_timer - set timer of background write * nilfs_segctor_start_timer - set timer of background write
* @sci: nilfs_sc_info * @sci: nilfs_sc_info
* *
* If the timer has already been set, it ignores the new request. * If the timer has already been set, it ignores the new request.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册