projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
103cfcf
)
nilfs2: fix typo in comment of nilfs_dat_move function
author
Ryusuke Konishi
<konishi.ryusuke@lab.ntt.co.jp>
Tue, 23 Nov 2010 17:18:59 +0000
(
02:18
+0900)
committer
Ryusuke Konishi
<konishi.ryusuke@lab.ntt.co.jp>
Wed, 24 Nov 2010 03:51:48 +0000
(12:51 +0900)
Fixes a typo: "uncommited" -> "uncommitted".
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
fs/nilfs2/dat.c
patch
|
blob
|
history
diff --git
a/fs/nilfs2/dat.c
b/fs/nilfs2/dat.c
index 49c844dab33ac63d829d63ff151ab8b5403631fd..59e5fe742f7bd7bcc6d6aa88dbdcf595e4c64019 100644
(file)
--- a/
fs/nilfs2/dat.c
+++ b/
fs/nilfs2/dat.c
@@
-335,7
+335,7
@@
int nilfs_dat_move(struct inode *dat, __u64 vblocknr, sector_t blocknr)
* the device at this point.
*
* To prevent nilfs_dat_translate() from returning the
- * uncommited block number, this makes a copy of the entry
+ * uncommit
t
ed block number, this makes a copy of the entry
* buffer and redirects nilfs_dat_translate() to the copy.
*/
if (!buffer_nilfs_redirected(entry_bh)) {