aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2016-11-18 04:15:46 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2016-11-18 04:15:46 +0000
commit9bd0f0bc6b3ff066b6a0e0fff1791d66545689fd (patch)
tree7b442b5b45c798240c72a27d8be3f688f14f1e21 /gcc
parent54f0deb00f65f3c4936ca3be72096caac4dc48ab (diff)
downloadgcc-9bd0f0bc6b3ff066b6a0e0fff1791d66545689fd.zip
gcc-9bd0f0bc6b3ff066b6a0e0fff1791d66545689fd.tar.gz
gcc-9bd0f0bc6b3ff066b6a0e0fff1791d66545689fd.tar.bz2
Correct gcc/go/gofrontend/lex.cc and libgo/aclocal.m4 to the versions in the gofrontend repo...
Correct gcc/go/gofrontend/lex.cc and libgo/aclocal.m4 to the versions in the gofrontend repo, which is supposed to be the master copy. Remove a few files in libgo that somehow were not deleted in the past. From-SVN: r242583
Diffstat (limited to 'gcc')
-rw-r--r--gcc/go/gofrontend/lex.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/go/gofrontend/lex.cc b/gcc/go/gofrontend/lex.cc
index b040edd..e834c13 100644
--- a/gcc/go/gofrontend/lex.cc
+++ b/gcc/go/gofrontend/lex.cc
@@ -882,7 +882,7 @@ Lex::gather_identifier()
&& (cc < '0' || cc > '9'))
{
// Check for an invalid character here, as we get better
- // error behavior if we swallow them as part of the
+ // error behaviour if we swallow them as part of the
// identifier we are building.
if ((cc >= ' ' && cc < 0x7f)
|| cc == '\t'
@@ -923,7 +923,7 @@ Lex::gather_identifier()
{
// There is no valid place for a non-ASCII character
// other than an identifier, so we get better error
- // handling behavior if we swallow this character after
+ // handling behaviour if we swallow this character after
// giving an error.
if (!issued_error)
go_error_at(this->location(),