diff options
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | 2010-03-14 03:32:40 +0900 |
---|---|---|
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | 2010-03-14 10:29:51 +0900 |
commit | 7a65004bbaa6a21a0438aac9c64814e46084dc3f (patch) | |
tree | 3153527bf645a5ee5865f9059b08282ec00e99f5 /fs/nilfs2/dat.c | |
parent | 1621562b6ac55aa69239895d90276577547a5f62 (diff) | |
download | op-kernel-dev-7a65004bbaa6a21a0438aac9c64814e46084dc3f.zip op-kernel-dev-7a65004bbaa6a21a0438aac9c64814e46084dc3f.tar.gz |
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/dat.c')
-rw-r--r-- | fs/nilfs2/dat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nilfs2/dat.c b/fs/nilfs2/dat.c index 9d1e5de..0131467 100644 --- a/fs/nilfs2/dat.c +++ b/fs/nilfs2/dat.c @@ -288,7 +288,7 @@ int nilfs_dat_mark_dirty(struct inode *dat, __u64 vblocknr) * @vblocknrs and @nitems. * * Return Value: On success, 0 is returned. On error, one of the following - * nagative error codes is returned. + * negative error codes is returned. * * %-EIO - I/O error. * |