From: Bhaskar Chowdhury Date: Wed, 17 Mar 2021 04:18:06 +0000 (+0530) Subject: locking/rwsem: Fix comment typo X-Git-Tag: howlett/maple/20220722_2~3284^2~29 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=4faf62b1ef1a9367f7dcf8b7ce509980dfdcee83;p=users%2Fjedix%2Flinux-maple.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 abba5df50006..fe9cc65cd522 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