X-Git-Url: https://git.saurik.com/apple/libdispatch.git/blobdiff_plain/c093abd6701fa4c95f99104066f1f80a1c3c39e0..babf13d12ea839f0121490126a2d456af1744f0e:/dispatch/semaphore.h diff --git a/dispatch/semaphore.h b/dispatch/semaphore.h index 312a2c2..8f68407 100644 --- a/dispatch/semaphore.h +++ b/dispatch/semaphore.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008-2011 Apple Inc. All rights reserved. + * Copyright (c) 2008-2013 Apple Inc. All rights reserved. * * @APPLE_APACHE_LICENSE_HEADER_START@ * @@ -69,7 +69,7 @@ dispatch_semaphore_create(long value); * * @discussion * Decrement the counting semaphore. If the resulting value is less than zero, - * this function waits in FIFO order for a signal to occur before returning. + * this function waits for a signal to occur before returning. * * @param dsema * The semaphore. The result of passing NULL in this parameter is undefined.