diff options
author | Michael Tokarev <mjt@tls.msk.ru> | 2023-08-23 09:53:15 +0300 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-08-31 19:47:43 +0200 |
commit | d02d06f8f1299eb7a4422c283b9b9cbb4deb0cf9 (patch) | |
tree | 396261997085669c567a753c6fc50dbf250fff09 /util/rcu.c | |
parent | c342a5d38c7e15b8bf2c13431b09af32041012c4 (diff) |
util: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20230823065335.1919380-3-mjt@tls.msk.ru>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'util/rcu.c')
-rw-r--r-- | util/rcu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/rcu.c b/util/rcu.c index 30a7e22026..e587bcc483 100644 --- a/util/rcu.c +++ b/util/rcu.c @@ -355,7 +355,7 @@ void drain_call_rcu(void) * * Note that since we have only one global queue of the RCU callbacks, * we also end up waiting for most of RCU callbacks that were registered - * on the other threads, but this is a side effect that shoudn't be + * on the other threads, but this is a side effect that shouldn't be * assumed. */ |