diff options
author | Lihao Liang <lianglihao@huawei.com> | 2017-12-21 16:16:10 +0800 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2018-02-20 16:10:25 -0800 |
commit | 30a050defbca46f60a04f22dc4306612eeaaf04b (patch) | |
tree | 1794ecd5859aa32feba1c543ee31a996e506af17 | |
parent | f4f2cf8bd8e3f6a802b6123bbde795d948560342 (diff) | |
download | linux-30a050defbca46f60a04f22dc4306612eeaaf04b.tar.gz linux-30a050defbca46f60a04f22dc4306612eeaaf04b.tar.bz2 linux-30a050defbca46f60a04f22dc4306612eeaaf04b.zip |
doc: Fix typo in rcu_head comments
Signed-off-by: Lihao Liang <lianglihao@huawei.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
-rw-r--r-- | include/linux/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/types.h b/include/linux/types.h index c94d59ef96cc..ec13d02b3481 100644 --- a/include/linux/types.h +++ b/include/linux/types.h @@ -217,7 +217,7 @@ struct ustat { * * This guarantee is important for few reasons: * - future call_rcu_lazy() will make use of lower bits in the pointer; - * - the structure shares storage spacer in struct page with @compound_head, + * - the structure shares storage space in struct page with @compound_head, * which encode PageTail() in bit 0. The guarantee is needed to avoid * false-positive PageTail(). */ |