diff options
author | Yao Qi <yao@codesourcery.com> | 2014-05-27 20:00:37 +0800 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2014-05-28 09:31:45 +0800 |
commit | ee34b3f945bdf5f854081de8665163657ccf8a1b (patch) | |
tree | 42437efa4b60fcf295a03a6803feb40bffdf8923 /gdb/ChangeLog | |
parent | 41aa47b48f0794fdfccc0f2c283433d8e35c5a2c (diff) | |
download | gdb-ee34b3f945bdf5f854081de8665163657ccf8a1b.zip gdb-ee34b3f945bdf5f854081de8665163657ccf8a1b.tar.gz gdb-ee34b3f945bdf5f854081de8665163657ccf8a1b.tar.bz2 |
Fix typo in comments
"unsed" -> "used"
gdb:
2014-05-28 Yao Qi <yao@codesourcery.com>
* charset.c: Fix typo in comments.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 487ee85..0caf79b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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. |