aboutsummaryrefslogtreecommitdiff
path: root/gdb/user-regs.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/user-regs.c')
-rw-r--r--gdb/user-regs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/user-regs.c b/gdb/user-regs.c
index 44a82ff..d961d1b 100644
--- a/gdb/user-regs.c
+++ b/gdb/user-regs.c
@@ -240,6 +240,6 @@ _initialize_user_regs (void)
add_cmd ("user-registers", class_maintenance,
maintenance_print_user_registers,
- _("List the names of the current user registers.\n"),
+ _("List the names of the current user registers."),
&maintenanceprintlist);
}