diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2008-05-28 06:49:56 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2008-05-28 06:49:56 +0000 |
commit | ea56f9c264cbe29995c61b84ab786e84b85b3c49 (patch) | |
tree | 6b47815c7e1fbf6b818be6739eae330250b927c1 /gdb/ChangeLog | |
parent | ec386385a6903d0c9c4f0a529bc8107503e0e3ed (diff) | |
download | gdb-ea56f9c264cbe29995c61b84ab786e84b85b3c49.zip gdb-ea56f9c264cbe29995c61b84ab786e84b85b3c49.tar.gz gdb-ea56f9c264cbe29995c61b84ab786e84b85b3c49.tar.bz2 |
* varobj.c (varobj_update): Fix comment typo.
Fix indentation.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 65d6044..ae01bb9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2008-05-28 Vladimir Prus <vladimir@codesourcery.com> + + * varobj.c (varobj_update): Fix comment typo. + Fix indentation. + 2008-05-26 Joel Brobecker <brobecker@adacore.com> Set the symtab field of symbols read from ECOFF debugging entries. |