mirror of https://github.com/golang/go.git
cmd/6g: make comment more consistent.
LGTM=dave, iant R=iant, khr, rsc, dave CC=golang-codereviews https://golang.org/cl/77960044
This commit is contained in:
parent
260aa0ac85
commit
ceb346685d
|
|
@ -31,7 +31,7 @@ defframe(Prog *ptxt)
|
|||
// when it looks for pointers.
|
||||
p = ptxt;
|
||||
if(stkzerosize % widthreg != 0)
|
||||
fatal("zero size not a multiple of ptr size");
|
||||
fatal("zero size not a multiple of reg size");
|
||||
if(stkzerosize == 0) {
|
||||
// nothing
|
||||
} else if(stkzerosize <= 2*widthreg) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue