Skip to content

Commit 0357a15

Browse files
committed
Fix: Typo clock_getting -> clock_gettime
1 parent ba0c93c commit 0357a15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/monotonic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ static char monotonic_info_string[32];
1313

1414
/* Using the processor clock (aka TSC on x86) can provide improved performance
1515
* throughout Redis wherever the monotonic clock is used. The processor clock
16-
* is significantly faster than calling 'clock_getting' (POSIX). While this is
16+
* is significantly faster than calling 'clock_gettime' (POSIX). While this is
1717
* generally safe on modern systems, this link provides additional information
1818
* about use of the x86 TSC: http://oliveryang.net/2015/09/pitfalls-of-TSC-usage
1919
*

0 commit comments

Comments
 (0)