aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/rcutorture/formal
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2021-03-22 22:29:10 -0700
committerPaul E. McKenney <paulmck@kernel.org>2021-05-12 12:11:05 -0700
commita616aec9aa140ef1ca61b06cec467391cbef11d7 (patch)
treedd4aef91c89d6e2587bfc1792172fc3e47115fd4 /tools/testing/selftests/rcutorture/formal
parentrcu/nocb: Unify timers (diff)
downloadlinux-dev-a616aec9aa140ef1ca61b06cec467391cbef11d7.tar.xz
linux-dev-a616aec9aa140ef1ca61b06cec467391cbef11d7.zip
rcu: Fix various typos in comments
Fix ~12 single-word typos in RCU code comments. [ paulmck: Apply feedback from Randy Dunlap. ] Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Ingo Molnar <mingo@kernel.org> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'tools/testing/selftests/rcutorture/formal')
-rw-r--r--tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/locks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/locks.h b/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/locks.h
index cf6938d679d7..1e24827f96f1 100644
--- a/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/locks.h
+++ b/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/locks.h
@@ -174,7 +174,7 @@ static inline bool spin_trylock(spinlock_t *lock)
}
struct completion {
- /* Hopefuly this won't overflow. */
+ /* Hopefully this won't overflow. */
unsigned int count;
};