summaryrefslogtreecommitdiff
path: root/doc/ref/api-scheduling.texi
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2016-11-02 19:10:33 +0100
committerAndy Wingo <wingo@pobox.com>2016-11-02 19:10:33 +0100
commit10471f40fe7ceed626debd36b2a5fec0a4b49b5a (patch)
tree289b97cd3cf35bbc6acded195ef516faf5414eb8 /doc/ref/api-scheduling.texi
parentfcc6a7ba20d08f81602b395c04e04f9acc8403e3 (diff)
downloadguile-10471f40fe7ceed626debd36b2a5fec0a4b49b5a.tar.gz
Fix typo in threads documentation
* doc/ref/api-scheduling.texi (Threads): Fix typo.
Diffstat (limited to 'doc/ref/api-scheduling.texi')
-rw-r--r--doc/ref/api-scheduling.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/api-scheduling.texi b/doc/ref/api-scheduling.texi
index d5633044e..2fb7d15bf 100644
--- a/doc/ref/api-scheduling.texi
+++ b/doc/ref/api-scheduling.texi
@@ -117,7 +117,7 @@ If @var{thread} has already terminated or been signaled to terminate,
this function is a no-op. Calling @code{join-thread} on the thread will
return the given @var{values}, if the cancel succeeded.
-Under this hood, thread cancellation uses @code{system-async-mark} and
+Under the hood, thread cancellation uses @code{system-async-mark} and
@code{abort-to-prompt}. @xref{Asyncs} for more on asynchronous
interrupts.
@end deffn