mirror of https://mirror.osredm.com/root/redis.git
fix typos in syscheck (#11710)
replace "clokcsource" with "clocksource"
This commit is contained in:
parent
afd9e3ed3f
commit
ad72cb7797
|
@ -62,7 +62,7 @@ static sds read_sysfs_line(char *path) {
|
|||
return res;
|
||||
}
|
||||
|
||||
/* Verify our clokcsource implementation doesn't go through a system call (uses vdso).
|
||||
/* Verify our clocksource implementation doesn't go through a system call (uses vdso).
|
||||
* Going through a system call to check the time degrades Redis performance. */
|
||||
static int checkClocksource(sds *error_msg) {
|
||||
unsigned long test_time_us, system_hz;
|
||||
|
|
Loading…
Reference in New Issue