Fix typo in comments
"unsed" -> "used" gdb: 2014-05-28 Yao Qi <yao@codesourcery.com> * charset.c: Fix typo in comments.
This commit is contained in:
parent
41aa47b48f
commit
ee34b3f945
@ -1,3 +1,7 @@
|
||||
2014-05-28 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* charset.c: Fix typo in comments.
|
||||
|
||||
2014-05-27 Gary Benson <gbenson@redhat.com>
|
||||
|
||||
* utils.c (internal_vproblem): Prompt for a bug report.
|
||||
|
@ -954,7 +954,7 @@ extern char your_gdb_wchar_t_is_bogus[(sizeof (gdb_wchar_t) == 2
|
||||
|| sizeof (gdb_wchar_t) == 4)
|
||||
? 1 : -1];
|
||||
|
||||
/* intermediate_encoding returns the charset unsed internally by
|
||||
/* intermediate_encoding returns the charset used internally by
|
||||
GDB to convert between target and host encodings. As the test above
|
||||
compiled, sizeof (gdb_wchar_t) is either 2 or 4 bytes.
|
||||
UTF-16/32 is tested first, UCS-2/4 is tested as a second option,
|
||||
|
Loading…
Reference in New Issue
Block a user