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

Unified Diff: src/cmd/cc/lexbody

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/cc/funct.c ('k') | src/cmd/cc/pgen.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/cmd/cc/lexbody
===================================================================
--- a/src/cmd/cc/lexbody
+++ b/src/cmd/cc/lexbody
@@ -762,7 +762,7 @@
return;
}
fr = frexp(native, &exp);
- f = 2097152L; /* shouldnt use fp constants here */
+ f = 2097152L; /* shouldn't use fp constants here */
fr = modf(fr*f, &ho);
ieee->h = ho;
ieee->h &= 0xfffffL;
« no previous file with comments | « src/cmd/cc/funct.c ('k') | src/cmd/cc/pgen.c » ('j') | no next file with comments »

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