2011-01-07 Michael Snyder <msnyder@vmware.com>

* charset.c (_initialize_charset): Fix typo in string.
This commit is contained in:
Michael Snyder 2011-01-08 04:01:11 +00:00
parent 4f49af5cb2
commit b670013cd7
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2011-01-07 Michael Snyder <msnyder@vmware.com>
* charset.c (_initialize_charset): Fix typo in string.
2011-01-07 Michael Snyder <msnyder@vmware.com>
* mi/mi-cmd-disas.c (mi_cmd_disassemble): Mark up error message

View file

@ -993,7 +993,7 @@ Set the target character set."), _("\
Show the target character set."), _("\
The `target character set' is the one used by the program being debugged.\n\
GDB translates characters and strings between the host and target\n\
character sets as needed.\n
character sets as needed.\n\
To see a list of the character sets GDB supports, type `set target-charset'<TAB>"),
set_target_charset_sfunc,
show_target_charset_name,