fix typos in syscheck (#11710)

replace "clokcsource" with "clocksource"
This commit is contained in:
artikell 2023-01-22 22:32:20 +08:00 committed by GitHub
parent afd9e3ed3f
commit ad72cb7797
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;