aboutsummaryrefslogtreecommitdiff
path: root/gdb/arch-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/arch-utils.c')
-rw-r--r--gdb/arch-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/arch-utils.c b/gdb/arch-utils.c
index 6ffa410..a2ed2a2 100644
--- a/gdb/arch-utils.c
+++ b/gdb/arch-utils.c
@@ -75,7 +75,7 @@ legacy_register_sim_regno (struct gdbarch *gdbarch, int regnum)
gdb_assert (regnum >= 0 && regnum < gdbarch_num_regs (gdbarch));
/* NOTE: cagney/2002-05-13: The old code did it this way and it is
suspected that some GDB/SIM combinations may rely on this
- behaviour. The default should be one2one_register_sim_regno
+ behavior. The default should be one2one_register_sim_regno
(below). */
if (gdbarch_register_name (gdbarch, regnum)[0] != '\0')
return regnum;