aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2011-04-26 23:28:26 -0700
committerLucas De Marchi <lucas.demarchi@profusion.mobi>2011-04-26 23:31:11 -0700
commite9c549998dc24209847007e1f209f3b6c88d21ba (patch)
tree0f52fcbe1dfa158349afc6ad2edaa6738615dc3b /fs/btrfs
parent8e10cd74342c7f5ce259cceca36f6eba084f5d58 (diff)
downloadkernel_samsung_smdk4412-e9c549998dc24209847007e1f209f3b6c88d21ba.tar.gz
kernel_samsung_smdk4412-e9c549998dc24209847007e1f209f3b6c88d21ba.tar.bz2
kernel_samsung_smdk4412-e9c549998dc24209847007e1f209f3b6c88d21ba.zip
Revert wrong fixes for common misspellings
These changes were incorrectly fixed by codespell. They were now manually corrected. Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
Diffstat (limited to 'fs/btrfs')
-rw-r--r--fs/btrfs/ctree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index 2e61fe1b6b8..8f4b81de3ae 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -718,7 +718,7 @@ struct btrfs_space_info {
u64 total_bytes; /* total bytes in the space,
this doesn't take mirrors into account */
u64 bytes_used; /* total bytes used,
- this does't take mirrors into account */
+ this doesn't take mirrors into account */
u64 bytes_pinned; /* total bytes pinned, will be freed when the
transaction finishes */
u64 bytes_reserved; /* total bytes the allocator has reserved for