]> git.saurik.com Git - apple/libdispatch.git/blobdiff - man/dispatch_async.3
libdispatch-913.20.5.tar.gz
[apple/libdispatch.git] / man / dispatch_async.3
index 9c09bb2a6c178c4d593bed15a92036ada2f5d6d1..99c532d40bce9677245946580c596d6af8514328 100644 (file)
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2008-2010 Apple Inc. All rights reserved.
+.\" Copyright (c) 2008-2012 Apple Inc. All rights reserved.
 .Dd May 1, 2009
 .Dt dispatch_async 3
 .Os Darwin
@@ -85,7 +85,7 @@ dispatch_async(my_queue, ^{
 .Sh BACKGROUND CONCURRENCY
 .The
 .Fn dispatch_async
-function may be used to execute trivial backgound tasks on a global concurrent
+function may be used to execute trivial background tasks on a global concurrent
 queue. For example:
 .Bd -literal
 dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT,0), ^{