From 1b87f1f3972b434997aa6fd64b14c4176b90fda7 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Tue, 15 Sep 2015 14:24:19 +0000 Subject: [PATCH] Fix grammer in an error message PR: 202310 Submitted by: Chris Petrik Approved by: will --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 333537b64ced..f88c547be71b 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1258,7 +1258,7 @@ _elftoolchain_libs= lib/libelf lib/libdwarf legacy: .if ${BOOTSTRAPPING} < 800107 && ${BOOTSTRAPPING} != 0 - @echo "ERROR: Source upgrades from versions prior to 8.0 not supported."; \ + @echo "ERROR: Source upgrades from versions prior to 8.0 are not supported."; \ false .endif .for _tool in tools/build ${_elftoolchain_libs}