Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
b054705a
Commit
b054705a
authored
Feb 20, 2019
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
compiler: fix a typo in comments
Reviewed-on:
https://go-review.googlesource.com/c/163097
From-SVN: r269049
parent
60067b87
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gcc/go/gofrontend/MERGE
+1
-1
gcc/go/gofrontend/types.h
+1
-1
No files found.
gcc/go/gofrontend/MERGE
View file @
b054705a
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.
gcc/go/gofrontend/types.h
View file @
b054705a
...
@@ -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 metho
d
s. 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
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment