Commit a3c47a9f authored by Radostin Stoyanov's avatar Radostin Stoyanov Committed by Andrei Vagin

Fix typos

Most of the typos were found by codespell.
Signed-off-by: 's avatarRadostin Stoyanov <rstoyanov1@gmail.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent b6ff98e0
......@@ -297,7 +297,7 @@ static int cpu_validate_features(compel_cpuinfo_t *cpu_info)
if (opts.cpu_cap & CPU_CAP_CPU) {
if (memcmp(cpu_info->x86_capability, rt_cpu_info.x86_capability,
sizeof(cpu_info->x86_capability))) {
pr_err("CPU capabilites do not match run time\n");
pr_err("CPU capabilities do not match run time\n");
return -1;
}
}
......
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