Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(61)

Unified Diff: src/cmd/6g/gsubr.c

Issue 7461046: code review 7461046: all: fix typos (Closed)
Patch Set: diff -r 3378d2483995 https://code.google.com/p/go/ Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/cmd/6g/cgen.c ('k') | src/cmd/6g/peep.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/cmd/6g/gsubr.c
===================================================================
--- a/src/cmd/6g/gsubr.c
+++ b/src/cmd/6g/gsubr.c
@@ -494,7 +494,7 @@
break;
case 2: // offset output arg
-fatal("shouldnt be used");
+fatal("shouldn't be used");
n->op = OINDREG;
n->val.u.reg = D_SP;
n->xoffset += types[tptr]->width;
@@ -2038,7 +2038,7 @@
for(i=1; i<o; i++) {
if(oary[i] >= 0)
- fatal("cant happen");
+ fatal("can't happen");
gins(AMOVQ, &n1, reg);
n1.xoffset = -(oary[i]+1);
}
« no previous file with comments | « src/cmd/6g/cgen.c ('k') | src/cmd/6g/peep.c » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b