aboutsummaryrefslogtreecommitdiff
path: root/src/helper/time_support.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/time_support.h')
-rw-r--r--src/helper/time_support.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/time_support.h b/src/helper/time_support.h
index 3c7d425..b83c0ac 100644
--- a/src/helper/time_support.h
+++ b/src/helper/time_support.h
@@ -46,7 +46,7 @@ struct duration {
/** Update the duration->start field to start the @a duration measurement. */
int duration_start(struct duration *duration);
-/** Update the duration->elapsed field to finish the @a duration measurment. */
+/** Update the duration->elapsed field to finish the @a duration measurement. */
int duration_measure(struct duration *duration);
/** @returns Elapsed time in seconds. */