aboutsummaryrefslogtreecommitdiff
path: root/src/include/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/timer.h')
-rw-r--r--src/include/timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/timer.h b/src/include/timer.h
index 621b486594..3560966b0b 100644
--- a/src/include/timer.h
+++ b/src/include/timer.h
@@ -160,7 +160,7 @@ static inline void stopwatch_tick(struct stopwatch *sw)
}
/*
- * Tick and check the stopwatch for expiration. Returns non-zero on exipration.
+ * Tick and check the stopwatch for expiration. Returns non-zero on expiration.
*/
static inline int stopwatch_expired(struct stopwatch *sw)
{