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

locking/rwsem: Fix comment typo

parent c2e4bfe0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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