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

Unified Diff: src/libmach/6obj.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/yacc/units.txt ('k') | src/libmach/8obj.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/libmach/6obj.c
===================================================================
--- a/src/libmach/6obj.c
+++ b/src/libmach/6obj.c
@@ -52,7 +52,7 @@
{
uchar *s = (uchar*)t;
- return s[0] == (ANAME&0xff) /* aslo = ANAME */
+ return s[0] == (ANAME&0xff) /* also = ANAME */
&& s[1] == ((ANAME>>8)&0xff)
&& s[2] == D_FILE /* type */
&& s[3] == 1 /* sym */
« no previous file with comments | « src/cmd/yacc/units.txt ('k') | src/libmach/8obj.c » ('j') | no next file with comments »

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