X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..b7d3a622aa58729f92941c2b6710c5481b16f19e:/src/mgl/evtloop.cpp?ds=sidebyside diff --git a/src/mgl/evtloop.cpp b/src/mgl/evtloop.cpp index 620730bca0..5e89f6b8b8 100644 --- a/src/mgl/evtloop.cpp +++ b/src/mgl/evtloop.cpp @@ -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 (;;)