cmd/compile: fix typo in a comment

This commit is contained in:
hk 2020-10-22 00:17:43 +08:00
parent b94e7e5a9b
commit e640c4a61a
1 changed files with 1 additions and 1 deletions

View File

@ -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 {