From c4cb740e3acd4b43c19101584b33639ac7d9886d Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 5 Oct 2008 09:32:09 +0000 Subject: [PATCH] Fix comment. --- stepmania/src/archutils/Darwin/HIDDevice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/archutils/Darwin/HIDDevice.cpp b/stepmania/src/archutils/Darwin/HIDDevice.cpp index 2f99183c63..72ce299762 100644 --- a/stepmania/src/archutils/Darwin/HIDDevice.cpp +++ b/stepmania/src/archutils/Darwin/HIDDevice.cpp @@ -147,7 +147,7 @@ bool HIDDevice::Open( io_object_t device ) void HIDDevice::StartQueue( CFRunLoopRef loopRef, IOHIDCallbackFunction callback, void *target, int refCon ) { CFRunLoopSourceRef runLoopSource; - // This creates a run loop source and a mach port. They are released in the dtor. + // This creates a run loop source. It is released in the dtor. IOReturn ret = CALL( m_Queue, createAsyncEventSource, &runLoopSource ); if( ret != kIOReturnSuccess )