aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/utility/clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/zvision/utility/clock.h')
-rw-r--r--engines/zvision/utility/clock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/zvision/utility/clock.h b/engines/zvision/utility/clock.h
index 3939ba1612..e72ddda2a0 100644
--- a/engines/zvision/utility/clock.h
+++ b/engines/zvision/utility/clock.h
@@ -63,12 +63,12 @@ public:
/**
* Pause the clock. Any future delta times will take this pause into account.
- * Has no effect if the clock is already paused.
+ * Has no effect if the clock is already paused.
*/
void start();
/**
* Un-pause the clock.
- * Has no effect if the clock is already un-paused.
+ * Has no effect if the clock is already un-paused.
*/
void stop();
};