[COMMITTED] Regenerate configure fragment -- BZ 25337.

Message ID 20230523162641.412294-1-ppluzhnikov@google.com
State Committed
Commit 6b3ddc9ae57763b188fec63da7740b7ab2ec6edb
Headers
Series [COMMITTED] Regenerate configure fragment -- BZ 25337. |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_glibc_build--master-aarch64 success Testing passed
linaro-tcwg-bot/tcwg_glibc_build--master-arm success Testing passed
linaro-tcwg-bot/tcwg_glibc_check--master-arm success Testing passed
linaro-tcwg-bot/tcwg_glibc_check--master-aarch64 pending Patch applied

Commit Message

Paul Pluzhnikov May 23, 2023, 4:26 p.m. UTC
  In commit 0b25c28e028b63c95108c442d8112811107e4c13 I updated congure.ac
but neglected to regenerate updated configure.

Fix this here.
---
 sysdeps/powerpc/powerpc64/configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/sysdeps/powerpc/powerpc64/configure b/sysdeps/powerpc/powerpc64/configure
index f57c58ac11..e09052a339 100644
--- a/sysdeps/powerpc/powerpc64/configure
+++ b/sysdeps/powerpc/powerpc64/configure
@@ -38,7 +38,7 @@  fi
 # We check if compiler supports @notoc generation since there is no
 # gain by enabling it if it will be optimized away by the linker.
 # It also helps linkers that might not optimize it and end up
-# generating stubs with ISA 3.1 instruction even targetting older ISA.
+# generating stubs with ISA 3.1 instruction even targeting older ISA.
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the compiler supports @notoc" >&5
 $as_echo_n "checking if the compiler supports @notoc... " >&6; }
 if ${libc_cv_ppc64_notoc+:} false; then :