PATCH: Fix a comment typo in config/tc-i386.c
H.J. Lu
hongjiu.lu@intel.com
Mon Aug 18 18:21:00 GMT 2008
I am checking in this patch to fix a typo.
H.J.
----
2008-08-18 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (i386_align_code): Fix a comment typo.
? autom4te.cache
Index: config/tc-i386.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-i386.c,v
retrieving revision 1.346
diff -u -p -r1.346 tc-i386.c
--- config/tc-i386.c 12 Aug 2008 23:39:30 -0000 1.346
+++ config/tc-i386.c 18 Aug 2008 18:15:31 -0000
@@ -989,7 +989,7 @@ i386_align_code (fragS *fragP, int count
switch (cpu_arch_tune)
{
case PROCESSOR_UNKNOWN:
- /* When cpu_arch_isa is net, cpu_arch_tune shouldn't be
+ /* When cpu_arch_isa is set, cpu_arch_tune shouldn't be
PROCESSOR_UNKNOWN. */
abort ();
break;
More information about the Binutils
mailing list