summaryrefslogtreecommitdiff
path: root/kernel/rcu/srcutree.c
diff options
context:
space:
mode:
authorSeongJae Park <sjpark@amazon.de>2020-01-06 21:08:02 +0100
committerPaul E. McKenney <paulmck@kernel.org>2020-02-20 15:58:22 -0800
commit65bb0dc437c3e57a6cde2b81170c8af4b9c90735 (patch)
tree0f5cbe8c18811a10cf85c25e78dfca15cb143c1e /kernel/rcu/srcutree.c
parent8ff37290d6622e130553a38ec2662a728e46cdba (diff)
rcu: Fix typos in file-header comments
Convert to plural and add a note that this is for Tree RCU. Signed-off-by: SeongJae Park <sjpark@amazon.de> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'kernel/rcu/srcutree.c')
-rw-r--r--kernel/rcu/srcutree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rcu/srcutree.c b/kernel/rcu/srcutree.c
index 657e6a7d1c03..7ddb29cc7dba 100644
--- a/kernel/rcu/srcutree.c
+++ b/kernel/rcu/srcutree.c
@@ -5,7 +5,7 @@
* Copyright (C) IBM Corporation, 2006
* Copyright (C) Fujitsu, 2012
*
- * Author: Paul McKenney <paulmck@linux.ibm.com>
+ * Authors: Paul McKenney <paulmck@linux.ibm.com>
* Lai Jiangshan <laijs@cn.fujitsu.com>
*
* For detailed explanation of Read-Copy Update mechanism see -