aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2007-04-28 22:12:58 +0000
committerThiemo Seufer <ths@networkno.de>2007-04-28 22:12:58 +0000
commit02ffd3e486f00ec80d6fdd4395045f02ee8569bb (patch)
tree6a353cd2c0e9219cb3b78eeb5c86136e7587a17a /gas/config
parent6ed7ea50e87eddecb4c6774de0c0fc0f9c503552 (diff)
downloadgdb-02ffd3e486f00ec80d6fdd4395045f02ee8569bb.zip
gdb-02ffd3e486f00ec80d6fdd4395045f02ee8569bb.tar.gz
gdb-02ffd3e486f00ec80d6fdd4395045f02ee8569bb.tar.bz2
* config/tc-mips.c: Fix comment.
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/tc-mips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c
index 99b0a13..0934944 100644
--- a/gas/config/tc-mips.c
+++ b/gas/config/tc-mips.c
@@ -507,7 +507,7 @@ static int mips_any_noreorder;
an mfhi/mflo instruction is read in the next two instructions. */
static int mips_7000_hilo_fix;
-/* The size of the small data section. */
+/* The size of objects in the small data section. */
static unsigned int g_switch_value = 8;
/* Whether the -G option was used. */
static int g_switch_seen = 0;