From ad72cb77975a54bc1c4b1370835c7803b1ce9439 Mon Sep 17 00:00:00 2001 From: artikell <739609084@qq.com> Date: Sun, 22 Jan 2023 22:32:20 +0800 Subject: [PATCH] fix typos in syscheck (#11710) replace "clokcsource" with "clocksource" --- src/syscheck.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/syscheck.c b/src/syscheck.c index 82dbf0f0c..0ea3a2510 100644 --- a/src/syscheck.c +++ b/src/syscheck.c @@ -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;