This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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]

mips-tdep.c (extended_offset): Fix a comment


Hello,

 Committed as obvious:

2007-12-07  Maciej W. Rozycki  <macro@mips.com>

	* mips-tdep.c (extended_offset): Fix a comment.

  Maciej

Index: gdb/mips-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/mips-tdep.c,v
retrieving revision 1.464
diff -u -p -r1.464 mips-tdep.c
--- gdb/mips-tdep.c	6 Dec 2007 16:33:00 -0000	1.464
+++ gdb/mips-tdep.c	7 Dec 2007 15:04:28 -0000
@@ -1151,7 +1151,7 @@ struct upk_mips16
 
 
 /* The EXT-I, EXT-ri nad EXT-I8 instructions all have the same format
-   for the bits which make up the immediatate extension.  */
+   for the bits which make up the immediate extension.  */
 
 static CORE_ADDR
 extended_offset (unsigned int extension)


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