1
0
mirror of https://github.com/golang/go synced 2024-11-18 11:24:41 -07:00

cmd/compile/internal/gc: fixed comments (cosmetic change)

Change-Id: I9cbbfcf55ce3cccb6f14b9ffe6777567dcdad9c9
Reviewed-on: https://go-review.googlesource.com/16179
Reviewed-by: Chris Manghane <cmang@golang.org>
This commit is contained in:
Robert Griesemer 2015-10-22 10:04:23 -07:00
parent beedb1ec33
commit 3319ea98cd

View File

@ -1149,7 +1149,6 @@ func exprfmt(n *Node, prec int) string {
} }
fallthrough fallthrough
//fallthrough
case OPACK, ONONAME: case OPACK, ONONAME:
return Sconv(n.Sym, 0) return Sconv(n.Sym, 0)