diff options
author | Pedro Alves <palves@redhat.com> | 2011-02-16 11:57:41 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2011-02-16 11:57:41 +0000 |
commit | fb68ae733b393f6a6b1b9b92f2118f55908e7171 (patch) | |
tree | 9bed633c9acaf1e29eece6d37c5f3378b15e30cb | |
parent | 29976f3f7ebb0597b99d3d12cd4aed52921c8d64 (diff) | |
download | gdb-fb68ae733b393f6a6b1b9b92f2118f55908e7171.zip gdb-fb68ae733b393f6a6b1b9b92f2118f55908e7171.tar.gz gdb-fb68ae733b393f6a6b1b9b92f2118f55908e7171.tar.bz2 |
Fix pasto...
-rw-r--r-- | gdb/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 23de493..2ba8ef0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -4,7 +4,7 @@ * value.c (value_contents_copy_raw): Extend describing comment. Assert that the destination contents we're overwriting are wholly available. - * value.h (value_contents_copy): Extend describing comment. + (value_contents_copy): Extend describing comment. 2011-02-16 Pedro Alves <pedro@codesourcery.com> Jan Kratochvil <jan.kratochvil@redhat.com> |