diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3fa5d5b1dc..a9470ca386 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2007-12-07 Maciej W. Rozycki + + * mips-tdep.c (extended_offset): Fix a comment. + 2007-12-07 Maciej W. Rozycki * target.c (update_current_target): Inherit to_log_command. diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c index d1f360dc68..193a21b32b 100644 --- a/gdb/mips-tdep.c +++ b/gdb/mips-tdep.c @@ -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)