]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/evtloop.cpp
fixing osx_cocoa
[wxWidgets.git] / src / mgl / evtloop.cpp
index 19e5ac7e673e005099154696baa77cc7d3926058..5e89f6b8b89aa0da588e887c5bdfd4da328db314 100644 (file)
@@ -4,7 +4,7 @@
 // Author:      Vaclav Slavik
 // RCS-ID:      $Id$
 // Copyright:   (c) 2001-2002 SciTech Software, Inc. (www.scitechsoft.com)
-// License:     wxWindows licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // ----------------------------------------------------------------------------
@@ -73,9 +73,9 @@ void wxEventLoopImpl::Dispatch()
 {
     event_t evt;
 
-    // VS: The code bellow is equal to MGL's EVT_halt implementation, with
-    //     two things added: sleeping (busy waiting is stupid, lets make CPU's
-    //     life a bit easier) and timers updating
+    // VS: The code below is equal to MGL's EVT_halt implementation, with
+    //     two things added: sleeping (busy waiting is stupid, let's make CPU's
+    //     life a bit easier) and timers updating.
 
     // EVT_halt(&evt, EVT_EVERYEVT);
     for (;;)