mirror of https://github.com/golang/go.git
cmd/compile: fix typo in a comment
This commit is contained in:
parent
b94e7e5a9b
commit
e640c4a61a
|
|
@ -348,7 +348,7 @@ func newname(s *types.Sym) *Node {
|
|||
return n
|
||||
}
|
||||
|
||||
// newname returns a new ONAME Node associated with symbol s at position pos.
|
||||
// newnamel returns a new ONAME Node associated with symbol s at position pos.
|
||||
// The caller is responsible for setting n.Name.Curfn.
|
||||
func newnamel(pos src.XPos, s *types.Sym) *Node {
|
||||
if s == nil {
|
||||
|
|
|
|||
Loading…
Reference in New Issue