Signed-off-by: Elad Lahav <e2lahav@xxxxxxxxx> --- locking/locking.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locking/locking.tex b/locking/locking.tex index 45a12caa..032bd13d 100644 --- a/locking/locking.tex +++ b/locking/locking.tex @@ -1473,7 +1473,7 @@ Should readers be allowed to continue to acquire the lock, possibly starving the writer? Similarly, suppose that a writer holds the lock and that a large number of both readers and writers are waiting to acquire the lock. -When the current writer release the lock, should it be given to a reader +When the current writer releases the lock, should it be given to a reader or to another writer? If it is given to a reader, how many readers should be allowed to acquire the lock before the next writer is permitted to do so? -- 2.25.1