]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[PATCH] configure: fix typos
authorAndrew Kreimer <algonell@gmail.com>
Wed, 18 Sep 2024 17:50:58 +0000 (11:50 -0600)
committerJeff Law <jlaw@ventanamicro.com>
Wed, 18 Sep 2024 17:51:45 +0000 (11:51 -0600)
/
* configure.ac: Fix typos.
* configure: Rebuilt.

configure
configure.ac

index e9583f2ba0c7242f57bba58cd3bbc8834eaec4ba..6a77d454fd53210e6d1969284ac9d2bf7a15b95f 100755 (executable)
--- a/configure
+++ b/configure
@@ -9086,7 +9086,7 @@ if test -d ${srcdir}/gcc; then
         lang_requires_boot_languages=
         # set srcdir during sourcing lang_frag to the gcc dir.
         # Sadly overriding srcdir on the . line doesn't work in plain sh as it
-        # polutes this shell
+        # pollutes this shell
         saved_srcdir=${srcdir}
         srcdir=${srcdir}/gcc . ${lang_frag}
         srcdir=${saved_srcdir}
index f61dbe64a942ed84459433ddd7ffb7e43e78743d..2567757e74df22af368eb7004fd749ee7ec6b3ec 100644 (file)
@@ -2136,7 +2136,7 @@ if test -d ${srcdir}/gcc; then
         lang_requires_boot_languages=
         # set srcdir during sourcing lang_frag to the gcc dir.
         # Sadly overriding srcdir on the . line doesn't work in plain sh as it
-        # polutes this shell
+        # pollutes this shell
         saved_srcdir=${srcdir}
         srcdir=${srcdir}/gcc . ${lang_frag}
         srcdir=${saved_srcdir}