diff mbox series

configure: fix typos

Message ID 20240908114352.7545-1-algonell@gmail.com
State New
Headers show
Series configure: fix typos | expand

Commit Message

Andrew Kreimer Sept. 8, 2024, 11:43 a.m. UTC
Fix typos in comments.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
 configure    | 2 +-
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Jeff Law Sept. 18, 2024, 5:52 p.m. UTC | #1
On 9/8/24 5:43 AM, Andrew Kreimer wrote:
> Fix typos in comments.
> 
> Signed-off-by: Andrew Kreimer <algonell@gmail.com>
> ---
>   configure    | 2 +-
>   configure.ac | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
Thanks.  I create a suitable ChangeLog and pushed this to the trunk.
jeff
diff mbox series

Patch

diff --git a/configure b/configure
index e9583f2ba0c..6a77d454fd5 100755
--- 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}
diff --git a/configure.ac b/configure.ac
index f61dbe64a94..2567757e74d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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}