compiler: fix a typo in comments
authorIan Lance Taylor <ian@gcc.gnu.org>
Wed, 20 Feb 2019 19:14:12 +0000 (19:14 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 20 Feb 2019 19:14:12 +0000 (19:14 +0000)
    Reviewed-on: https://go-review.googlesource.com/c/163097

From-SVN: r269049

gcc/go/gofrontend/MERGE
gcc/go/gofrontend/types.h

index 12dd965b7489826a249482c459e38ec292618187..4335a28ee087f3a236dfa7909b461f5d5855e77d 100644 (file)
@@ -1,4 +1,4 @@
-08cd59a502127da776e076a8a37016a668ef27fa
+23f39fa450b84e81c5c39a7a840fcc88eeeea764
 
 The first line of this file holds the git revision number of the last
 merge done from the gofrontend repository.
index 4bc5497bc8d0cc5b5d47340969cc011a156806dc..e3343cf60f95f0dbb843ac0d8f58d432f93ba534 100644 (file)
@@ -3086,7 +3086,7 @@ class Interface_type : public Type
     return this->all_methods_ == NULL;
   }
 
-  // Return the list of locally defined methos.  This will return NULL
+  // Return the list of locally defined methods.  This will return NULL
   // for an empty interface.  Embedded interfaces will appear in this
   // list as an entry with no name.
   const Typed_identifier_list*