aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs
diff options
context:
space:
mode:
authorJustin P. Mattock <justinmattock@gmail.com>2011-03-01 09:06:02 -0500
committerJiri Kosina <jkosina@suse.cz>2011-03-01 09:47:58 -0500
commitae0e47f02aaedbfdd5e4bec73f79b714d758223d (patch)
tree348f99385f42a2f698bddb4ced3e6c472e5d68cc /fs/btrfs
parentddf12286951aee1e7763112cf26629de3fabe6ae (diff)
Remove one to many n's in a word
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs/btrfs')
-rw-r--r--fs/btrfs/disk-io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c
index fdce8799b98d..7b658d2107b4 100644
--- a/fs/btrfs/disk-io.c
+++ b/fs/btrfs/disk-io.c
@@ -2489,7 +2489,7 @@ int close_ctree(struct btrfs_root *root)
2489 * ERROR state on disk. 2489 * ERROR state on disk.
2490 * 2490 *
2491 * 2. when btrfs flips readonly just in btrfs_commit_super, 2491 * 2. when btrfs flips readonly just in btrfs_commit_super,
2492 * and in such case, btrfs cannnot write sb via btrfs_commit_super, 2492 * and in such case, btrfs cannot write sb via btrfs_commit_super,
2493 * and since fs_state has been set BTRFS_SUPER_FLAG_ERROR flag, 2493 * and since fs_state has been set BTRFS_SUPER_FLAG_ERROR flag,
2494 * btrfs will cleanup all FS resources first and write sb then. 2494 * btrfs will cleanup all FS resources first and write sb then.
2495 */ 2495 */