1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-13 08:56:34 +00:00

Fixed a typo.

This commit is contained in:
batrick
2010-01-16 01:38:38 +00:00
parent 0f417b08b9
commit d1a4984d8d

View File

@@ -186,7 +186,7 @@ function mutex(object)
-- NSE maintains a weak reference to the Condition Variable so other calls to
-- nmap.condvar with the same object will return the same function (Condition
-- Variable); however, if you discard your reference to the Condition
-- Variable then it may be collected; and, Subsequent calls to nmap.condvar with
-- Variable then it may be collected; and, subsequent calls to nmap.condvar with
-- the object will return a different Condition Variable function!
--
-- In NSE, Condition Variables are typically used to coordinate with threads