Add minor explanatory comment.

This commit is contained in:
Patrick Mahoney 2011-12-17 10:07:24 -06:00
parent a0d0c7575c
commit 0f00a7d444
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ module ProcessShared
if @locked_by.get_int(0) > 0 if @locked_by.get_int(0) > 0
false # was locked false # was locked
else else
@sem.wait @sem.wait # should return immediately
self.locked_by = ::Process.pid self.locked_by = ::Process.pid
true true
end end