diff options
Diffstat (limited to 'src/gui_mac.c')
-rw-r--r-- | src/gui_mac.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui_mac.c b/src/gui_mac.c index aa093a334..96f04c55a 100644 --- a/src/gui_mac.c +++ b/src/gui_mac.c @@ -2278,7 +2278,7 @@ gui_mac_doKeyEvent(EventRecord *theEvent) if (p_mh) ObscureCursor(); - /* Get the key code and it's ASCII representation */ + /* Get the key code and its ASCII representation */ key_sym = ((theEvent->message & keyCodeMask) >> 8); key_char = theEvent->message & charCodeMask; num = 1; @@ -2597,7 +2597,7 @@ gui_mac_mouse_wheel(EventHandlerCallRef nextHandler, EventRef theEvent, bail: /* * when we fail give any additional callback handler a chance to perform - * it's actions + * its actions */ return CallNextEventHandler(nextHandler, theEvent); } |