diff mbox

btrfs-progs: fix trivial typo for the comment of BTRFS_FREE_INO_OBJECTID

Message ID 502D0999.4060302@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Wang Sheng-Hui Aug. 16, 2012, 2:54 p.m. UTC
It should be "storing".

Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
---
 ctree.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff mbox

Patch

diff --git a/ctree.h b/ctree.h
index d218b88..8f3cd7e 100644
--- a/ctree.h
+++ b/ctree.h
@@ -86,7 +86,7 @@  struct btrfs_trans_handle;
 #define BTRFS_FREE_SPACE_OBJECTID -11ULL
 
 /*
- * The inode number assigned to the special inode for sotring
+ * The inode number assigned to the special inode for storing
  * free ino cache
  */
 #define BTRFS_FREE_INO_OBJECTID -12ULL