From 65cc53fe7c6556b90159b8c3da1eb283792387db Mon Sep 17 00:00:00 2001 From: Paul Pluzhnikov Date: Tue, 30 May 2023 23:02:29 +0000 Subject: Fix misspellings in sysdeps/ -- BZ 25337 --- sysdeps/x86/cpu-features.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/x86/cpu-features.c') diff --git a/sysdeps/x86/cpu-features.c b/sysdeps/x86/cpu-features.c index 5bff8ec0b4..0a99efdb28 100644 --- a/sysdeps/x86/cpu-features.c +++ b/sysdeps/x86/cpu-features.c @@ -50,7 +50,7 @@ static void update_active (struct cpu_features *cpu_features) { /* Copy the cpuid bits to active bits for CPU featuress whose usability - in user space can be detected without additonal OS support. */ + in user space can be detected without additional OS support. */ CPU_FEATURE_SET_ACTIVE (cpu_features, SSE3); CPU_FEATURE_SET_ACTIVE (cpu_features, PCLMULQDQ); CPU_FEATURE_SET_ACTIVE (cpu_features, SSSE3); -- cgit 1.4.1