Skip to content
This repository has been archived by the owner on May 2, 2018. It is now read-only.

Commit

Permalink
cmd/6g: make comment more consistent.
Browse files Browse the repository at this point in the history
LGTM=dave, iant
R=iant, khr, rsc, dave
CC=golang-codereviews
https://golang.org/cl/77960044
  • Loading branch information
remyoudompheng committed Mar 20, 2014
1 parent 260aa0a commit ceb3466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/6g/ggen.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit ceb3466

Please sign in to comment.