MIPS/GAS: Fix a comment typo in `get_append_method'

gas/
	* config/tc-mips.c (get_append_method): Fix a comment typo.
This commit is contained in:
Maciej W. Rozycki 2016-06-30 21:49:54 +01:00
parent 8d6f5ac3ae
commit 3b821a2889
2 changed files with 5 additions and 1 deletions

View 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>

View 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;