]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/timer.cpp
fixing two warnings
[wxWidgets.git] / src / generic / timer.cpp
index 729daa50117ce694c1f1d0608b112862958374af..8e76ca8c231e91f6e471994b7128a5926abfa0ef 100644 (file)
@@ -49,7 +49,7 @@
 
     #ifdef __DOS__
         // Under DOS the MGL timer has a 24hr period, so consider the 12 hours
-        // before y to be 'less' and the the 12 hours after 'greater' modulo
+        // before y to be 'less' and the 12 hours after 'greater' modulo
         // 24 hours.
         inline bool wxTickGreaterEqual(wxTimerTick_t x, wxTimerTick_t y)
         {