spelling cosmetics

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24663 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-09-29 19:56:17 +00:00
parent b305934c76
commit 4d190ca5fc
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ int mp_input_ar_read(int fd)
(*hidDeviceInterface)->close(hidDeviceInterface);
hidDeviceIsOpen = 0;
// read out all pending events
// Read out all pending events.
while (result == kIOReturnSuccess)
result = (*queue)->getNextEvent(queue, &event, zeroTime, 0);
}