summaryrefslogtreecommitdiff
path: root/src/server
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-03-18 11:59:31 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-03-18 11:59:31 +0000
commit9f2a76e7b68696c41d6fa16ff77467be97fbdbed (patch)
tree4619f4aa0065ab1d03f581d3fe934072e2ae3a70 /src/server
parentcf10427caa55be47a6c93976883b595cf2c5be52 (diff)
downloadopenocd+libswd-9f2a76e7b68696c41d6fa16ff77467be97fbdbed.tar.gz
openocd+libswd-9f2a76e7b68696c41d6fa16ff77467be97fbdbed.tar.bz2
openocd+libswd-9f2a76e7b68696c41d6fa16ff77467be97fbdbed.tar.xz
openocd+libswd-9f2a76e7b68696c41d6fa16ff77467be97fbdbed.zip
Hiroshi Ito <ito@mlb.co.jp> typos
git-svn-id: svn://svn.berlios.de/openocd/trunk@1417 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/server')
-rw-r--r--src/server/gdb_server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/gdb_server.c b/src/server/gdb_server.c
index aa213954..9ae345af 100644
--- a/src/server/gdb_server.c
+++ b/src/server/gdb_server.c
@@ -2387,7 +2387,7 @@ int gdb_register_commands(command_context_t *command_context)
register_command(command_context, NULL, "gdb_report_data_abort", handle_gdb_report_data_abort_command,
COMMAND_CONFIG, "enable or disable report data");
register_command(command_context, NULL, "gdb_breakpoint_override", handle_gdb_breakpoint_override_command,
- COMMAND_EXEC, "hard/soft/disabled - force breakpoint type for gdb 'break' commands."
+ COMMAND_EXEC, "hard/soft/disable - force breakpoint type for gdb 'break' commands."
"The raison d'etre for this option is to support GDB GUI's without "
"a hard/soft breakpoint concept where the default OpenOCD behaviour "
"is not sufficient");