mirror of https://github.com/mpv-player/mpv
spelling cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24663 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b305934c76
commit
4d190ca5fc
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue