about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc64/configure.ac
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2023-05-23 12:11:30 +0000
committerPaul Pluzhnikov <ppluzhnikov@google.com>2023-05-23 15:23:09 +0000
commit0b25c28e028b63c95108c442d8112811107e4c13 (patch)
treebc40fc56ca65a34e333ea492e21edffcb8d3103f /sysdeps/powerpc/powerpc64/configure.ac
parentd13733c166b71ac05056f553f0afdc8a363b2820 (diff)
downloadglibc-0b25c28e028b63c95108c442d8112811107e4c13.tar.gz
glibc-0b25c28e028b63c95108c442d8112811107e4c13.tar.xz
glibc-0b25c28e028b63c95108c442d8112811107e4c13.zip
Fix misspellings in sysdeps/powerpc -- BZ 25337
All fixes are in comments, so the binaries should be identical
before/after this commit, but I can't verify this.

Reviewed-by: Rajalakshmi Srinivasaraghavan <rajis@linux.ibm.com>
Diffstat (limited to 'sysdeps/powerpc/powerpc64/configure.ac')
-rw-r--r--sysdeps/powerpc/powerpc64/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/powerpc/powerpc64/configure.ac b/sysdeps/powerpc/powerpc64/configure.ac
index 111a0ae4b3..575745af3e 100644
--- a/sysdeps/powerpc/powerpc64/configure.ac
+++ b/sysdeps/powerpc/powerpc64/configure.ac
@@ -27,7 +27,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.
 AC_CACHE_CHECK([if the compiler supports @notoc],
 	       libc_cv_ppc64_notoc, [dnl
   cat > conftest.c <<EOF