* stack.c (print_frame_args): Fix typos in comments.

This commit is contained in:
Joel Brobecker 2008-09-25 16:04:11 +00:00
parent 8b8655b3f7
commit e316861586
2 changed files with 6 additions and 2 deletions

View File

@ -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.

View File

@ -202,9 +202,9 @@ print_this_frame_argument_p (struct symbol *sym)
of arguments according to the stack frame (or -1 if the number of
arguments is unknown). */
/* Note that currently the "number of argumentss according to the
/* Note that currently the "number of arguments according to the
stack frame" is only known on VAX where i refers to the "number of
ints of argumentss according to the stack frame". */
ints of arguments according to the stack frame". */
static void
print_frame_args (struct symbol *func, struct frame_info *frame,