Commit b054705a by Ian Lance Taylor

compiler: fix a typo in comments

    
    Reviewed-on: https://go-review.googlesource.com/c/163097

From-SVN: r269049
parent 60067b87
08cd59a502127da776e076a8a37016a668ef27fa 23f39fa450b84e81c5c39a7a840fcc88eeeea764
The first line of this file holds the git revision number of the last The first line of this file holds the git revision number of the last
merge done from the gofrontend repository. merge done from the gofrontend repository.
...@@ -3086,7 +3086,7 @@ class Interface_type : public Type ...@@ -3086,7 +3086,7 @@ class Interface_type : public Type
return this->all_methods_ == NULL; 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 // for an empty interface. Embedded interfaces will appear in this
// list as an entry with no name. // list as an entry with no name.
const Typed_identifier_list* const Typed_identifier_list*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment