Commit ceb34668 authored by Rémy Oudompheng's avatar Rémy Oudompheng

cmd/6g: make comment more consistent.

LGTM=dave, iant
R=iant, khr, rsc, dave
CC=golang-codereviews
https://golang.org/cl/77960044
parent 260aa0ac
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment