From: Bhaskar Chowdhury Date: Wed, 17 Mar 2021 04:18:06 +0000 (+0530) Subject: locking/rwsem: Fix comment typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4faf62b1ef1a9367f7dcf8b7ce509980dfdcee83;p=linux.git locking/rwsem: Fix comment typo s/folowing/following/ Signed-off-by: Bhaskar Chowdhury Signed-off-by: Ingo Molnar Acked-by: Randy Dunlap Link: https://lore.kernel.org/r/20210317041806.4096156-1-unixbhaskar@gmail.com --- diff --git a/kernel/locking/rwsem.c b/kernel/locking/rwsem.c index abba5df500060..fe9cc65cd5221 100644 --- a/kernel/locking/rwsem.c +++ b/kernel/locking/rwsem.c @@ -632,7 +632,7 @@ static inline bool rwsem_can_spin_on_owner(struct rw_semaphore *sem) } /* - * The rwsem_spin_on_owner() function returns the folowing 4 values + * The rwsem_spin_on_owner() function returns the following 4 values * depending on the lock owner state. * OWNER_NULL : owner is currently NULL * OWNER_WRITER: when owner changes and is a writer