From 1fae1320c41157ac25fe5ea8709140f8659b666d Mon Sep 17 00:00:00 2001 From: Michael Lenaghan Date: Fri, 27 May 2016 20:05:48 -0400 Subject: [PATCH] Fix doc bug. original commit: d3f74fdb96b53fdb9fdcdc023b0b6ab033ef9b21 --- csug/threads.stex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csug/threads.stex b/csug/threads.stex index 3acb5361ab..9e7604e14c 100644 --- a/csug/threads.stex +++ b/csug/threads.stex @@ -295,7 +295,7 @@ can attempt to lock the lock via \scheme{ftype-lock!} or \scheme{ftype-spin-lock Once the lock has been locked and before it is unlocked, further attempts to lock the lock fail, even by the process or thread that most recently locked it. -Locks can be unlocked, via \scheme{ftype-lock!}, by any process or thread, +Locks can be unlocked, via \scheme{ftype-unlock!}, by any process or thread, not just by the process or thread that most recently locked the lock. The lock mechanism provides little structure, and mistakes