diff options
author | Sergio Durigan Junior <sergiodj@redhat.com> | 2013-09-16 21:07:14 +0000 |
---|---|---|
committer | Sergio Durigan Junior <sergiodj@redhat.com> | 2013-09-16 21:07:14 +0000 |
commit | 6bc305f56c7f9612c87f7ba33d338de64560a725 (patch) | |
tree | 2fc4e9d1cc90f477cdafca7ebbf940ab3f530319 /gdb/ChangeLog | |
parent | 0a7cfe2cf50b450d0cf9db16ee4bd027e08763e8 (diff) | |
download | gdb-6bc305f56c7f9612c87f7ba33d338de64560a725.zip gdb-6bc305f56c7f9612c87f7ba33d338de64560a725.tar.gz gdb-6bc305f56c7f9612c87f7ba33d338de64560a725.tar.bz2 |
The error message in the function was saying
"You should provide one parameter..." while it should be saying "... one
argument...". Replaced.
2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
* value.c (isvoid_internal_fn): Replace "parameter" with
"argument".
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 f772957..0824259 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com> + + * value.c (isvoid_internal_fn): Replace "parameter" with + "argument". + 2013-09-16 Stan Shebs <stan@codesourcery.com> * README: Update references to writing code for GDB. |