This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] MIPS/GAS: Fix a comment typo in `get_append_method'


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=3b821a28891b04987771e75b104dc5247367bba5

commit 3b821a28891b04987771e75b104dc5247367bba5
Author: Maciej W. Rozycki <macro@imgtec.com>
Date:   Thu Jun 30 21:49:54 2016 +0100

    MIPS/GAS: Fix a comment typo in `get_append_method'
    
    	gas/
    	* config/tc-mips.c (get_append_method): Fix a comment typo.

Diff:
---
 gas/ChangeLog        | 4 ++++
 gas/config/tc-mips.c | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index a61aac9..1e04d5a 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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>
 
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c
index 50e5844..eb8b26b 100644
--- a/gas/config/tc-mips.c
+++ b/gas/config/tc-mips.c
@@ -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;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]