diff options
author | Joel Brobecker <brobecker@gnat.com> | 2008-09-25 16:04:11 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2008-09-25 16:04:11 +0000 |
commit | e3168615866af6207f2f80ed7c044bbb8748d141 (patch) | |
tree | 6b0c9ed07e9c01720641bc057e817618225dcbc1 /gdb/ChangeLog | |
parent | 8b8655b3f74e720096915d67b226087097847473 (diff) | |
download | gdb-e3168615866af6207f2f80ed7c044bbb8748d141.zip gdb-e3168615866af6207f2f80ed7c044bbb8748d141.tar.gz gdb-e3168615866af6207f2f80ed7c044bbb8748d141.tar.bz2 |
* stack.c (print_frame_args): Fix typos in comments.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 88208d7..f895f64 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2008-09-25 Stephan Springl <springl-gdb@bfw-online.de> (tiny change) + + * stack.c (print_frame_args): Fix typos in comments. + 2008-09-25 Sérgio Durigan Júnior <sergiodj@linux.vnet.ibm.com> * linux-nat.c (get_pending_status): Fix argument to WIFSTOPPED. |