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:
Rémy Oudompheng 2014-03-20 22:21:10 +01:00
parent 260aa0ac85
commit ceb346685d
1 changed files with 1 additions and 1 deletions

View File

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