projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca18683
)
btrfs: fix trivial typo for the comment of BTRFS_FREE_INO_OBJECTID
author
Wang Sheng-Hui
<shhuiw@gmail.com>
Thu, 6 Sep 2012 05:33:37 +0000
(13:33 +0800)
committer
Jiri Kosina
<jkosina@suse.cz>
Thu, 6 Sep 2012 09:11:14 +0000
(11:11 +0200)
It should be storing, not sotring.
Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
fs/btrfs/ctree.h
patch
|
blob
|
history
diff --git
a/fs/btrfs/ctree.h
b/fs/btrfs/ctree.h
index fa5c45b39075d858e9803c6cb1044338c7ee5d35..11d0e09e1616a2923b4afadd09a0d3468cea7737 100644
(file)
--- a/
fs/btrfs/ctree.h
+++ b/
fs/btrfs/ctree.h
@@
-113,7
+113,7
@@
struct btrfs_ordered_sum;
#define BTRFS_FREE_SPACE_OBJECTID -11ULL
/*
- * The inode number assigned to the special inode for s
ot
ring
+ * The inode number assigned to the special inode for s
to
ring
* free ino cache
*/
#define BTRFS_FREE_INO_OBJECTID -12ULL