diff options
author | Doug Evans <dje@google.com> | 2014-02-07 11:56:58 -0800 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2014-02-07 11:56:58 -0800 |
commit | caf5a49149c6f5cf54556326e5332e48a64e204b (patch) | |
tree | 6e796c5d9b48a2757b1f50aeadbdb87a4068c09f | |
parent | 1a86040918045adb017f841d6c8d818c42405da3 (diff) | |
download | binutils-caf5a49149c6f5cf54556326e5332e48a64e204b.zip binutils-caf5a49149c6f5cf54556326e5332e48a64e204b.tar.gz binutils-caf5a49149c6f5cf54556326e5332e48a64e204b.tar.bz2 |
add forgotten entry in previous checkin
(active_ext_lang_state): Fix typo in comment.
-rw-r--r-- | gdb/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 18fa3e1..c2c9236 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -2,6 +2,7 @@ * extension-priv.h (extension_language_script_ops): Add comment. (extension_language_ops): Add comment. + (active_ext_lang_state): Fix typo in comment. 2014-02-07 Pedro Alves <palves@redhat.com> |