diff options
author | Kevin Pouget <kpouget@sourceware.org> | 2011-09-19 10:50:53 +0000 |
---|---|---|
committer | Kevin Pouget <kpouget@sourceware.org> | 2011-09-19 10:50:53 +0000 |
commit | 0672bf414ac3e5fc031397f8cab2f4165625923d (patch) | |
tree | 5905a4886fd8979cfbcb57b878b85cf995004fbf | |
parent | a06413e3efb2a015b372b5eb03eba1001e371690 (diff) | |
download | gdb-0672bf414ac3e5fc031397f8cab2f4165625923d.zip gdb-0672bf414ac3e5fc031397f8cab2f4165625923d.tar.gz gdb-0672bf414ac3e5fc031397f8cab2f4165625923d.tar.bz2 |
[OBV] fix typos in ChangeLog
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e67d9b0..053c6ef 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -175,7 +175,7 @@ (inf_has_multiple_thread_cb): New function. (inf_has_multiple_threads): New function. -2011-09-15 Kevin Pouget <kevin.pouget@st.com> +2011-09-15 Kevin Pouget <kevin.pouget@st.com> PR Python/12692 Add gdb.selected_inferior() to Python interface. * python/py-inferior.c (GdbMethods): New Python method definition. @@ -197,7 +197,7 @@ 2011-09-15 Kevin Pouget <kevin.pouget@st.com> - * MAINTAINERS (Right After Approval): Add myself to the list + * MAINTAINERS (Write After Approval): Add myself to the list 2011-09-14 Pedro Alves <pedro@codesourcery.com> |