gas/
* config/tc-mips.c (get_append_method): Fix a comment typo.
+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>
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;