[libdispatch-changes] [173] trunk/man/dispatch_async.3

source_changes at macosforge.org source_changes at macosforge.org
Tue Dec 15 00:45:02 PST 2009


Revision: 173
          http://trac.macosforge.org/projects/libdispatch/changeset/173
Author:   robert at fledge.watson.org
Date:     2009-12-15 00:45:01 -0800 (Tue, 15 Dec 2009)
Log Message:
-----------
Improve spelling.

Modified Paths:
--------------
    trunk/man/dispatch_async.3

Modified: trunk/man/dispatch_async.3
===================================================================
--- trunk/man/dispatch_async.3	2009-12-15 08:44:31 UTC (rev 172)
+++ trunk/man/dispatch_async.3	2009-12-15 08:45:01 UTC (rev 173)
@@ -131,7 +131,7 @@
 While
 .Fn dispatch_sync
 can replace a lock, it cannot replace a recursive lock. Unlike locks, queues
-support both asynchronous and synchrnous operations, and those operations are
+support both asynchronous and synchronous operations, and those operations are
 ordered by definition. A recursive call to
 .Fn dispatch_sync
 causes a simple deadlock as the currently executing block waits for the next
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/libdispatch-changes/attachments/20091215/349492b0/attachment.html>


More information about the libdispatch-changes mailing list