diff options
Diffstat (limited to 'Doc/lib/libsignal.tex')
-rw-r--r-- | Doc/lib/libsignal.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libsignal.tex b/Doc/lib/libsignal.tex index f2624e6..ce23da1 100644 --- a/Doc/lib/libsignal.tex +++ b/Doc/lib/libsignal.tex @@ -56,7 +56,7 @@ only the main thread can set a new signal handler, and the main thread will be the only one to receive signals (this is enforced by the Python \module{signal} module, even if the underlying thread implementation supports sending signals to individual threads). This -means that signals can't be used as a means of interthread +means that signals can't be used as a means of inter-thread communication. Use locks instead. \end{itemize} |