aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/types.h
diff options
context:
space:
mode:
authorLihao Liang <lianglihao@huawei.com>2017-12-21 16:16:10 +0800
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2018-02-20 16:10:25 -0800
commit30a050defbca46f60a04f22dc4306612eeaaf04b (patch)
tree1794ecd5859aa32feba1c543ee31a996e506af17 /include/linux/types.h
parentdoc: Fix typo in rcutorture documentation (diff)
downloadwireguard-linux-30a050defbca46f60a04f22dc4306612eeaaf04b.tar.xz
wireguard-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>
Diffstat (limited to 'include/linux/types.h')
-rw-r--r--include/linux/types.h2
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().
*/