We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0c93c commit 0357a15Copy full SHA for 0357a15
1 file changed
src/monotonic.c
@@ -13,7 +13,7 @@ static char monotonic_info_string[32];
13
14
/* Using the processor clock (aka TSC on x86) can provide improved performance
15
* throughout Redis wherever the monotonic clock is used. The processor clock
16
- * is significantly faster than calling 'clock_getting' (POSIX). While this is
+ * is significantly faster than calling 'clock_gettime' (POSIX). While this is
17
* generally safe on modern systems, this link provides additional information
18
* about use of the x86 TSC: http://oliveryang.net/2015/09/pitfalls-of-TSC-usage
19
*
0 commit comments