Unverified Commit ad72cb77 authored by artikell's avatar artikell Committed by GitHub
Browse files

fix typos in syscheck (#11710)

replace "clokcsource" with "clocksource"
parent afd9e3ed
...@@ -62,7 +62,7 @@ static sds read_sysfs_line(char *path) { ...@@ -62,7 +62,7 @@ static sds read_sysfs_line(char *path) {
return res; 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. */ * Going through a system call to check the time degrades Redis performance. */
static int checkClocksource(sds *error_msg) { static int checkClocksource(sds *error_msg) {
unsigned long test_time_us, system_hz; unsigned long test_time_us, system_hz;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment