summaryrefslogtreecommitdiff
path: root/transaction.c
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2018-11-26 18:01:42 +0100
committerDavid Sterba <dsterba@suse.com>2018-11-26 18:24:48 +0100
commitb1d39a42a4efd640df365447aadb719eadf7fa49 (patch)
tree3aca0a0ec02ee8971701e5c68da257ffd74fbb6c /transaction.c
parent584749488a71149ee038c71e1d48dd3d04d009d4 (diff)
btrfs-progs: fix typos in comments
Generated by https://github.com/jsoref/spelling Issue: #154 Author: Josh Soref <jsoref@users.noreply.github.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'transaction.c')
-rw-r--r--transaction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/transaction.c b/transaction.c
index db9f3398..7baf7d58 100644
--- a/transaction.c
+++ b/transaction.c
@@ -188,7 +188,7 @@ commit_tree:
ret = commit_tree_roots(trans, fs_info);
BUG_ON(ret);
/*
- * Ensure that all comitted roots are properly accounted in the
+ * Ensure that all committed roots are properly accounted in the
* extent tree
*/
ret = btrfs_run_delayed_refs(trans, -1);