fixed: cosmetics
authorwsoltys <wiso@no.way>
Mon, 19 Aug 2013 20:45:46 +0000 (22:45 +0200)
committerwsoltys <wiso@no.way>
Mon, 19 Aug 2013 20:45:46 +0000 (22:45 +0200)
xbmc/threads/SystemClock.h

index 68f9bc2..faae72d 100644 (file)
@@ -37,7 +37,7 @@ namespace XbmcThreads
   /**
    * DO NOT compare the results from SystemClockMillis() to an expected end time
    *  that was calculated by adding a number of milliseconds to some start time.
-   *  The reason is becuse the SystemClockMillis could wrap. Instead use this
+   *  The reason is because the SystemClockMillis could wrap. Instead use this
    *  class which uses differences (which are safe accross a wrap).
    */
   class EndTime