]> sourceware.org Git - glibc.git/commitdiff
Fix misspellings -- BZ 25337
authorPaul Pluzhnikov <ppluzhnikov@google.com>
Mon, 19 Jun 2023 21:58:33 +0000 (21:58 +0000)
committerPaul Pluzhnikov <ppluzhnikov@google.com>
Mon, 19 Jun 2023 21:58:33 +0000 (21:58 +0000)
sysdeps/x86/cpu-features.c
sysdeps/x86/dl-cacheinfo.h

index 525828f59c827ead8b44d26a7d4a5b8418cc951b..9ac195810fefb08be902e6d4ce6fa4a1fa87bc41 100644 (file)
@@ -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;
index fb1a6cf4a975c2669bbc964eca081d136930c417..c98fa57a7b21ac2126103fda3b39bd42125dc70e 100644 (file)
@@ -745,7 +745,7 @@ dl_init_cacheinfo (struct cpu_features *cpu_features)
 
   /* The default setting for the non_temporal threshold is [1/8, 1/2] of size
      of the chip's cache (depending on `cachesize_non_temporal_divisor` which
-     is microarch specific. The defeault is 1/4). For most Intel and AMD
+     is microarch specific. The default is 1/4). For most Intel and AMD
      processors with an initial release date between 2017 and 2023, a thread's
      typical share of the cache is from 18-64MB. Using a reasonable size
      fraction of L3 is meant to estimate the point where non-temporal stores
This page took 0.045763 seconds and 5 git commands to generate.