]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
doc: Fix typo in rcu_head comments
authorLihao Liang <lianglihao@huawei.com>
Thu, 21 Dec 2017 08:16:10 +0000 (16:16 +0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 21 Feb 2018 00:10:25 +0000 (16:10 -0800)
Signed-off-by: Lihao Liang <lianglihao@huawei.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
include/linux/types.h

index c94d59ef96cc2fec74d4e9e65ddc6e7b5daea971..ec13d02b348119df58d554f6c636bb9dfb92cd37 100644 (file)
@@ -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().
  */