diff options
Diffstat (limited to 'gdb/remote-sim.c')
-rw-r--r-- | gdb/remote-sim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c index 04d8cbe..5602d0a 100644 --- a/gdb/remote-sim.c +++ b/gdb/remote-sim.c @@ -892,5 +892,5 @@ _initialize_remote_sim (void) add_target (&gdbsim_ops); add_com ("sim <command>", class_obscure, simulator_command, - "Send a command to the simulator."); + _("Send a command to the simulator.")); } |