]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/IOCommandGate.h
xnu-3789.1.32.tar.gz
[apple/xnu.git] / iokit / IOKit / IOCommandGate.h
index 26624116f956cf254e6a42e2287bdf6c6c7ebcc3..ce4851284f2a2ef50674d3a5f0d09385354fd59a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1998-2009 Apple Inc. All rights reserved.
+ * Copyright (c) 1998-2016 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
@@ -195,7 +195,7 @@ client's thread attemptCommand will fail if the work loop's gate is closed.
 /*! @function commandWakeup
     @abstract Wakeup one or more threads that are asleep on an event.
     @param event Pointer to an address.
-    @param onlyOneThread true to only wake up at most one thread, false otherwise. */
+    @param oneThread true to only wake up at most one thread, false otherwise. */
     virtual void commandWakeup(void *event, bool oneThread = false);
 
 /*! @function disable