From: Alan Modra Date: Fri, 1 Jan 2021 03:51:52 +0000 (+1030) Subject: PR27116, Spelling errors found by Debian style checker X-Git-Tag: basepoints/gcc-15~7080 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=120397f3963541db4e0121baebadf7f82452278c;p=thirdparty%2Fgcc.git PR27116, Spelling errors found by Debian style checker config/ChangeLog: * override.m4: Correct comment grammar. --- diff --git a/config/override.m4 b/config/override.m4 index d3e815bb1b40..5a1bffe60189 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,