diff options
author | Ingo Molnar <mingo@kernel.org> | 2021-03-23 08:29:10 +0300 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2021-05-12 22:11:05 +0300 |
commit | a616aec9aa140ef1ca61b06cec467391cbef11d7 (patch) | |
tree | dd4aef91c89d6e2587bfc1792172fc3e47115fd4 /tools/testing/selftests/rcutorture/formal | |
parent | e75bcd48e2c4026b1f3feda916a2327b1744d664 (diff) | |
download | linux-a616aec9aa140ef1ca61b06cec467391cbef11d7.tar.xz |
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.h | 2 |
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; }; |