diff --git a/src/monotonic.c b/src/monotonic.c index e55b5eb0c..a78d9d5f9 100644 --- a/src/monotonic.c +++ b/src/monotonic.c @@ -13,7 +13,7 @@ static char monotonic_info_string[32]; /* Using the processor clock (aka TSC on x86) can provide improved performance * throughout Redis wherever the monotonic clock is used. The processor clock - * is significantly faster than calling 'clock_getting' (POSIX). While this is + * is significantly faster than calling 'clock_gettime' (POSIX). While this is * generally safe on modern systems, this link provides additional information * about use of the x86 TSC: http://oliveryang.net/2015/09/pitfalls-of-TSC-usage *