summaryrefslogtreecommitdiffstats
path: root/lib/monotonic.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/monotonic.c')
-rw-r--r--lib/monotonic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/monotonic.c b/lib/monotonic.c
index f2aa0de0d..372cc9c5a 100644
--- a/lib/monotonic.c
+++ b/lib/monotonic.c
@@ -51,7 +51,7 @@ int gettime_monotonic(struct timeval *tv)
struct timespec ts;
# ifdef CLOCK_MONOTONIC_RAW
- /* Linux specific, cant slew */
+ /* Linux specific, can't slew */
if (!(ret = clock_gettime(CLOCK_MONOTONIC_RAW, &ts))) {
# else
if (!(ret = clock_gettime(CLOCK_MONOTONIC, &ts))) {