about summary refs log tree commit diff
path: root/sysdeps/x86/cpu-features.c
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2023-06-19 21:58:33 +0000
committerPaul Pluzhnikov <ppluzhnikov@google.com>2023-06-19 21:58:33 +0000
commit4290aed05135ae4c0272006442d147f2155e70d7 (patch)
treedb95b082bd895d9a3324607b5f51cd9126689f6a /sysdeps/x86/cpu-features.c
parent2d88df541132f09454d947c498103aa7be76b652 (diff)
downloadglibc-4290aed05135ae4c0272006442d147f2155e70d7.tar.gz
glibc-4290aed05135ae4c0272006442d147f2155e70d7.tar.xz
glibc-4290aed05135ae4c0272006442d147f2155e70d7.zip
Fix misspellings -- BZ 25337
Diffstat (limited to 'sysdeps/x86/cpu-features.c')
-rw-r--r--sysdeps/x86/cpu-features.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86/cpu-features.c b/sysdeps/x86/cpu-features.c
index 525828f59c..9ac195810f 100644
--- a/sysdeps/x86/cpu-features.c
+++ b/sysdeps/x86/cpu-features.c
@@ -579,7 +579,7 @@ intel_get_fam6_microarch (unsigned int model,
      else
         -> Skylake-avx512
 
-     These are all microarchitecturally indentical, so use
+     These are all microarchitecturally identical, so use
      Skylake-avx512 for all of them.
      */
       return INTEL_BIGCORE_SKYLAKE_AVX512;