summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
diff options
context:
space:
mode:
authorLiu Bo <liubo2009@cn.fujitsu.com>2012-06-18 04:14:23 (GMT)
committerJiri Kosina <jkosina@suse.cz>2012-09-01 15:27:57 (GMT)
commit8bad3c024496e30948f576485c10ecc9ebdfe41d (patch)
tree6b3e100af0eafae4487b40e1b52172711ae9009b /fs/btrfs/inode.c
parent59e13d48334c38a73aec1759fe9a13eb4e476bf6 (diff)
downloadlinux-fsl-qoriq-8bad3c024496e30948f576485c10ecc9ebdfe41d.tar.xz
btrfs: fix comment typo in btrfs_finish_ordered_io
Fix typo errors in comments of btrfs_finish_ordered_io. Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs/btrfs/inode.c')
-rw-r--r--fs/btrfs/inode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c
index fb8d671..d8ed4fd 100644
--- a/fs/btrfs/inode.c
+++ b/fs/btrfs/inode.c
@@ -1969,8 +1969,8 @@ out:
ordered_extent->len - 1, NULL, GFP_NOFS);
/*
- * This needs to be dont to make sure anybody waiting knows we are done
- * upating everything for this ordered extent.
+ * This needs to be done to make sure anybody waiting knows we are done
+ * updating everything for this ordered extent.
*/
btrfs_remove_ordered_extent(inode, ordered_extent);