guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/24: Fix typo in threads documentation


From: Andy Wingo
Subject: [Guile-commits] 01/24: Fix typo in threads documentation
Date: Sun, 6 Nov 2016 18:00:44 +0000 (UTC)

wingo pushed a commit to branch master
in repository guile.

commit 10471f40fe7ceed626debd36b2a5fec0a4b49b5a
Author: Andy Wingo <address@hidden>
Date:   Wed Nov 2 19:10:33 2016 +0100

    Fix typo in threads documentation
    
    * doc/ref/api-scheduling.texi (Threads): Fix typo.
---
 doc/ref/api-scheduling.texi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/ref/api-scheduling.texi b/doc/ref/api-scheduling.texi
index d563304..2fb7d15 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]