aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Han <hanchunchao@inspur.com>2023-09-18 11:13:09 +0800
committerNeeraj Upadhyay (AMD) <neeraj.iitr10@gmail.com>2023-12-14 01:14:10 +0530
commitfb91e42fe3bfca0293cb85c5fbb6f98d9d173aec (patch)
treedbfb33540e42f6941e5bbc13695bf99b70947834
parent98b1cc82c4affc16f5598d4fa14b1858671b2263 (diff)
downloadlinux-rcu-fb91e42fe3bfca0293cb85c5fbb6f98d9d173aec.tar.gz
Documentation: RCU: Remove repeated word in comments
Remove the repeated word "of" in comments. Signed-off-by: Charles Han <hanchunchao@inspur.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org> Signed-off-by: Neeraj Upadhyay (AMD) <neeraj.iitr10@gmail.com>
-rw-r--r--Documentation/RCU/torture.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RCU/torture.rst b/Documentation/RCU/torture.rst
index b3b6dfa85248ea..49e7beea6ae151 100644
--- a/Documentation/RCU/torture.rst
+++ b/Documentation/RCU/torture.rst
@@ -185,7 +185,7 @@ argument.
Not all changes require that all scenarios be run. For example, a change
to Tree SRCU might run only the SRCU-N and SRCU-P scenarios using the
--configs argument to kvm.sh as follows: "--configs 'SRCU-N SRCU-P'".
-Large systems can run multiple copies of of the full set of scenarios,
+Large systems can run multiple copies of the full set of scenarios,
for example, a system with 448 hardware threads can run five instances
of the full set concurrently. To make this happen::