diff mbox series

Go patch committed: Fix comment typo

Message ID CAOyqgcXHDg-9Ya-teM+pi_FCx+pQ2keoyk0TABhzSwyAWKVO9g@mail.gmail.com
State New
Headers show
Series Go patch committed: Fix comment typo | expand

Commit Message

Ian Lance Taylor Feb. 20, 2019, 7:14 p.m. UTC
This patch by Ben Shi fixes a typo in a comment in the Go frontend.
Bootstrapped on x86_64-pc-linux-gnu, committed to mainline.

Ian
diff mbox series

Patch

Index: gcc/go/gofrontend/MERGE
===================================================================
--- gcc/go/gofrontend/MERGE	(revision 269027)
+++ gcc/go/gofrontend/MERGE	(working copy)
@@ -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: gcc/go/gofrontend/types.h
===================================================================
--- gcc/go/gofrontend/types.h	(revision 268949)
+++ gcc/go/gofrontend/types.h	(working copy)
@@ -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*