Commit 4faf62b1 authored by Bhaskar Chowdhury's avatar Bhaskar Chowdhury Committed by Ingo Molnar

locking/rwsem: Fix comment typo

s/folowing/following/
Signed-off-by: default avatarBhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20210317041806.4096156-1-unixbhaskar@gmail.com
parent c2e4bfe0
...@@ -632,7 +632,7 @@ static inline bool rwsem_can_spin_on_owner(struct rw_semaphore *sem) ...@@ -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. * depending on the lock owner state.
* OWNER_NULL : owner is currently NULL * OWNER_NULL : owner is currently NULL
* OWNER_WRITER: when owner changes and is a writer * OWNER_WRITER: when owner changes and is a writer
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment