This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Topo in gdb comment


Hi,

while browsing the gdb sources, I found the following as of cvs two hours ago.

Thank you for your work.
Regards,
Stephan

commit 79662b1ee004e54352560f67c0781a737352c6e6
Author: Stephan Springl <springl-gdb@bfw-online.de>
Date:   Thu Sep 25 11:49:30 2008 +0200

fix comment typos

diff --git a/src/gdb/stack.c b/src/gdb/stack.c
index 1725dc6..2efe3e5 100644
--- a/src/gdb/stack.c
+++ b/src/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,


-- Stephan Springl springl-gdb@bfw-online.de


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]