changeset 24643:d1827bb15d79

spelling cosmetics
author diego
date Sat, 29 Sep 2007 19:56:17 +0000
parents bfcf6b2e62d6
children 2a702caa8f92
files input/ar.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/input/ar.c	Sat Sep 29 19:48:45 2007 +0000
+++ b/input/ar.c	Sat Sep 29 19:56:17 2007 +0000
@@ -392,7 +392,7 @@
             (*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);
         }