diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2007-12-07 15:07:12 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2007-12-07 15:07:12 +0000 |
commit | c68cf8ad105b1605718ea48e5f0f118b35be5654 (patch) | |
tree | 0f5c9d6ee3ade2c88c9e6848c06e787369660e19 /gdb/mips-tdep.c | |
parent | 49d03eab05e8f80cffaf764d4d26932bf00519d6 (diff) | |
download | gdb-c68cf8ad105b1605718ea48e5f0f118b35be5654.zip gdb-c68cf8ad105b1605718ea48e5f0f118b35be5654.tar.gz gdb-c68cf8ad105b1605718ea48e5f0f118b35be5654.tar.bz2 |
* mips-tdep.c (extended_offset): Fix a comment.
Diffstat (limited to 'gdb/mips-tdep.c')
-rw-r--r-- | gdb/mips-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c index d1f360d..193a21b 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) |