From: Joel Brobecker Date: Thu, 25 Sep 2008 16:04:11 +0000 (+0000) Subject: * stack.c (print_frame_args): Fix typos in comments. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=d8a2b2140d4dd5ae1bdde1cd1d30f0b913630506;p=pf3gnuchains%2Fpf3gnuchains3x.git * stack.c (print_frame_args): Fix typos in comments. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 88208d7217..f895f649f6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2008-09-25 Stephan Springl (tiny change) + + * stack.c (print_frame_args): Fix typos in comments. + 2008-09-25 Sérgio Durigan Júnior * linux-nat.c (get_pending_status): Fix argument to WIFSTOPPED. diff --git a/gdb/stack.c b/gdb/stack.c index 1725dc6b17..2efe3e5156 100644 --- a/gdb/stack.c +++ b/gdb/stack.c @@ -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,