aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/segment.c
diff options
context:
space:
mode:
authorRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>2010-03-14 03:32:40 +0900
committerRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>2010-03-14 10:29:51 +0900
commit7a65004bbaa6a21a0438aac9c64814e46084dc3f (patch)
tree3153527bf645a5ee5865f9059b08282ec00e99f5 /fs/nilfs2/segment.c
parent1621562b6ac55aa69239895d90276577547a5f62 (diff)
downloadkernel_samsung_smdk4412-7a65004bbaa6a21a0438aac9c64814e46084dc3f.zip
kernel_samsung_smdk4412-7a65004bbaa6a21a0438aac9c64814e46084dc3f.tar.gz
kernel_samsung_smdk4412-7a65004bbaa6a21a0438aac9c64814e46084dc3f.tar.bz2
nilfs2: fix various typos in comments
This fixes various typos I found in comments of nilfs2. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Diffstat (limited to 'fs/nilfs2/segment.c')
-rw-r--r--fs/nilfs2/segment.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/nilfs2/segment.c b/fs/nilfs2/segment.c
index 3265bfc..69576a9 100644
--- a/fs/nilfs2/segment.c
+++ b/fs/nilfs2/segment.c
@@ -201,7 +201,7 @@ static int nilfs_prepare_segment_lock(struct nilfs_transaction_info *ti)
* This function allocates a nilfs_transaction_info struct to keep context
* information on it. It is initialized and hooked onto the current task in
* the outermost call. If a pre-allocated struct is given to @ti, it is used
- * instead; othewise a new struct is assigned from a slab.
+ * instead; otherwise a new struct is assigned from a slab.
*
* When @vacancy_check flag is set, this function will check the amount of
* free space, and will wait for the GC to reclaim disk space if low capacity.
@@ -2854,7 +2854,7 @@ static void nilfs_segctor_destroy(struct nilfs_sc_info *sci)
* @sbi: nilfs_sb_info
*
* nilfs_attach_segment_constructor() allocates a struct nilfs_sc_info,
- * initilizes it, and starts the segment constructor.
+ * initializes it, and starts the segment constructor.
*
* Return Value: On success, 0 is returned. On error, one of the following
* negative error code is returned.