summaryrefslogtreecommitdiff
path: root/src/i_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/i_timer.h')
-rw-r--r--src/i_timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i_timer.h b/src/i_timer.h
index 17390884..56810468 100644
--- a/src/i_timer.h
+++ b/src/i_timer.h
@@ -40,7 +40,7 @@ int I_GetTimeMS (void);
// Pause for a specified number of ms
void I_Sleep(int ms);
-// Initialise timer
+// Initialize timer
void I_InitTimer(void);
// Wait for vertical retrace or pause a bit.