diff options
| author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | 2010-03-13 13:01:03 -0500 |
|---|---|---|
| committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | 2010-03-13 20:29:50 -0500 |
| commit | 9ccf56c13831c5fe0edecd8c1184c9a6fe805d23 (patch) | |
| tree | f3e3810e1d12e6ba88b7dfd922f0185a90112073 /fs | |
| parent | 6c477d44a7dad43a2783b4dea7f4ca3882d77126 (diff) | |
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: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Diffstat (limited to 'fs')
| -rw-r--r-- | fs/nilfs2/segment.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/nilfs2/segment.c b/fs/nilfs2/segment.c index ada2f1b947a3..3265bfc57e42 100644 --- a/fs/nilfs2/segment.c +++ b/fs/nilfs2/segment.c | |||
| @@ -141,7 +141,7 @@ int nilfs_init_transaction_cache(void) | |||
| 141 | } | 141 | } |
| 142 | 142 | ||
| 143 | /** | 143 | /** |
| 144 | * nilfs_detroy_transaction_cache - destroy the cache for transaction info | 144 | * nilfs_destroy_transaction_cache - destroy the cache for transaction info |
| 145 | * | 145 | * |
| 146 | * nilfs_destroy_transaction_cache() frees the slab cache for the struct | 146 | * nilfs_destroy_transaction_cache() frees the slab cache for the struct |
| 147 | * nilfs_transaction_info. | 147 | * nilfs_transaction_info. |
| @@ -2214,7 +2214,7 @@ static int nilfs_segctor_do_construct(struct nilfs_sc_info *sci, int mode) | |||
| 2214 | } | 2214 | } |
| 2215 | 2215 | ||
| 2216 | /** | 2216 | /** |
| 2217 | * nilfs_secgtor_start_timer - set timer of background write | 2217 | * nilfs_segctor_start_timer - set timer of background write |
| 2218 | * @sci: nilfs_sc_info | 2218 | * @sci: nilfs_sc_info |
| 2219 | * | 2219 | * |
| 2220 | * If the timer has already been set, it ignores the new request. | 2220 | * If the timer has already been set, it ignores the new request. |
