2011-01-07 Michael Snyder <msnyder@vmware.com>
* charset.c (_initialize_charset): Fix typo in string.
This commit is contained in:
parent
4f49af5cb2
commit
b670013cd7
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue