]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix typo in comments
authorYao Qi <yao@codesourcery.com>
Tue, 27 May 2014 12:00:37 +0000 (20:00 +0800)
committerYao Qi <yao@codesourcery.com>
Wed, 28 May 2014 01:31:45 +0000 (09:31 +0800)
 "unsed" -> "used"

gdb:

2014-05-28  Yao Qi  <yao@codesourcery.com>

* charset.c: Fix typo in comments.

gdb/ChangeLog
gdb/charset.c

index 487ee85bec629e1481db0ebb4f3c4ca969c81e82..0caf79b43b36b1aaa0a5262869a2beb319b6608c 100644 (file)
@@ -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.
index 3e4ed470c5c35c1faba11ed58d19674cef27bc75..6f413a2bca2cdb660fae06ad4fac27a12a51e062 100644 (file)
@@ -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,