2008-08-18 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 18 Aug 2008 18:21:15 +0000 (18:21 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 18 Aug 2008 18:21:15 +0000 (18:21 +0000)
* config/tc-i386.c (i386_align_code): Fix a comment typo.

gas/ChangeLog
gas/config/tc-i386.c

index d479c1737b90a95ae11546828cc555b7486e345d..8ba707f66cb58c9ade08ec3f7506fb8a319a66eb 100644 (file)
@@ -1,3 +1,7 @@
+2008-08-18  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (i386_align_code): Fix a comment typo.
+
 2008-08-15  Alan Modra  <amodra@bigpond.net.au>
 
        PR 6526
index 97bdcb82e81dc675cb706965a022a926687d8f5d..1e0e717efacfb27d7f80c1f1a15398a2f6ed90a8 100644 (file)
@@ -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;