diff options
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | 2010-03-13 13:32:40 -0500 |
---|---|---|
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | 2010-03-13 20:29:51 -0500 |
commit | 7a65004bbaa6a21a0438aac9c64814e46084dc3f (patch) | |
tree | 3153527bf645a5ee5865f9059b08282ec00e99f5 /fs/nilfs2/segbuf.c | |
parent | 1621562b6ac55aa69239895d90276577547a5f62 (diff) |
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/segbuf.c')
-rw-r--r-- | fs/nilfs2/segbuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nilfs2/segbuf.c b/fs/nilfs2/segbuf.c index 68b08f21c648..e3f67c6ce1a7 100644 --- a/fs/nilfs2/segbuf.c +++ b/fs/nilfs2/segbuf.c | |||
@@ -174,7 +174,7 @@ int nilfs_segbuf_reset(struct nilfs_segment_buffer *segbuf, unsigned flags, | |||
174 | } | 174 | } |
175 | 175 | ||
176 | /* | 176 | /* |
177 | * Setup segument summary | 177 | * Setup segment summary |
178 | */ | 178 | */ |
179 | void nilfs_segbuf_fill_in_segsum(struct nilfs_segment_buffer *segbuf) | 179 | void nilfs_segbuf_fill_in_segsum(struct nilfs_segment_buffer *segbuf) |
180 | { | 180 | { |