MIPS/GAS: Fix a comment typo in `get_append_method'
authorMaciej W. Rozycki <macro@imgtec.com>
Thu, 30 Jun 2016 20:49:54 +0000 (21:49 +0100)
committerMaciej W. Rozycki <macro@imgtec.com>
Thu, 30 Jun 2016 20:49:54 +0000 (21:49 +0100)
gas/
* config/tc-mips.c (get_append_method): Fix a comment typo.

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

index a61aac9..1e04d5a 100644 (file)
@@ -1,3 +1,7 @@
+2016-06-30  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * config/tc-mips.c (get_append_method): Fix a comment typo.
+
 2016-06-30  Matthew Fortune <Matthew.Fortune@imgtec.com>
            Maciej W. Rozycki  <macro@imgtec.com>
 
index 50e5844..eb8b26b 100644 (file)
@@ -6810,7 +6810,7 @@ get_append_method (struct mips_cl_insn *ip, expressionS *address_expr,
   if (mips_relax.sequence == 2)
     return APPEND_ADD;
 
-  /* We must not dabble with instructions in a ".set norerorder" block.  */
+  /* We must not dabble with instructions in a ".set noreorder" block.  */
   if (mips_opts.noreorder)
     return APPEND_ADD;