]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix typo in comment
authorYLK <yilink10@gmail.com>
Mon, 24 Mar 2025 14:04:21 +0000 (22:04 +0800)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 31 Mar 2025 13:54:52 +0000 (10:54 -0300)
sysdeps/loongarch/cpu-tunables.c
sysdeps/x86/cpu-tunables.c

index 8b87e589db369d04c4881ecb0acfa2f7691f14de..cad2e26c1b9e1dd378e95d2706ffb2337a5a09eb 100644 (file)
@@ -50,7 +50,7 @@ TUNABLE_CALLBACK (set_hwcaps) (tunable_val_t *valp)
      GLIBC_TUNABLES=glibc.cpu.hwcaps=-xxx,yyy,-zzz,....
 
      can be used to enable CPU/ARCH feature yyy, disable CPU/ARCH feature
-     yyy and zzz, where the feature name is case-sensitive and has to
+     xxx and zzz, where the feature name is case-sensitive and has to
      match the ones in cpu-features.h.  It can be used by glibc developers
      to tune for a new processor or override the IFUNC selection to
      improve performance for a particular workload.
index d692e0e0de54b9dcc1dd36368c8dd2c4e0c68f75..74cd5b9377524e11fdef1f4d42ef7a660bc6f6fe 100644 (file)
@@ -96,7 +96,7 @@ TUNABLE_CALLBACK (set_hwcaps) (tunable_val_t *valp)
      GLIBC_TUNABLES=glibc.cpu.hwcaps=-xxx,yyy,-zzz,....
 
      can be used to enable CPU/ARCH feature yyy, disable CPU/ARCH feature
-     yyy and zzz, where the feature name is case-sensitive and has to
+     xxx and zzz, where the feature name is case-sensitive and has to
      match the ones in cpu-features.h.  It can be used by glibc developers
      to tune for a new processor or override the IFUNC selection to
      improve performance for a particular workload.