aboutsummaryrefslogtreecommitdiff
path: root/gdb/stack.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2008-09-25 16:04:11 +0000
committerJoel Brobecker <brobecker@gnat.com>2008-09-25 16:04:11 +0000
commite3168615866af6207f2f80ed7c044bbb8748d141 (patch)
tree6b0c9ed07e9c01720641bc057e817618225dcbc1 /gdb/stack.c
parent8b8655b3f74e720096915d67b226087097847473 (diff)
downloadfsf-binutils-gdb-e3168615866af6207f2f80ed7c044bbb8748d141.zip
fsf-binutils-gdb-e3168615866af6207f2f80ed7c044bbb8748d141.tar.gz
fsf-binutils-gdb-e3168615866af6207f2f80ed7c044bbb8748d141.tar.bz2
* stack.c (print_frame_args): Fix typos in comments.
Diffstat (limited to 'gdb/stack.c')
-rw-r--r--gdb/stack.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/stack.c b/gdb/stack.c
index 1725dc6..2efe3e5 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,