aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2021-01-01 14:21:52 +1030
committerArsen Arsenović <arsen@gcc.gnu.org>2023-08-07 22:59:40 +0200
commit120397f3963541db4e0121baebadf7f82452278c (patch)
tree06a9422eb9037cda936495de394bf9f133546482 /config
parent1d6c6dc9472c77ade619407e705f4e18a3b31a66 (diff)
PR27116, Spelling errors found by Debian style checker
config/ChangeLog: * override.m4: Correct comment grammar.
Diffstat (limited to 'config')
-rw-r--r--config/override.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config/override.m4 b/config/override.m4
index d3e815bb1b4..5a1bffe6018 100644
--- a/config/override.m4
+++ b/config/override.m4
@@ -32,7 +32,7 @@ m4_ifndef([_GCC_AUTOCONF_VERSION],
[m4_define([_GCC_AUTOCONF_VERSION], [2.69])])
dnl Test for the exact version when AC_INIT is expanded.
-dnl This allows to update the tree in steps (for testing)
+dnl This allows one to update the tree in steps (for testing)
dnl by putting
dnl m4_define([_GCC_AUTOCONF_VERSION], [X.Y])
dnl in configure.ac before AC_INIT,