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]

Re: [patch] Fix assorted typos


Hi Luis,
I have two small comments.

Index: frame-unwind.h
===================================================================
--- frame-unwind.h.orig 2007-05-31 04:57:13.000000000 -0700
+++ frame-unwind.h 2007-05-31 05:02:09.000000000 -0700
@@ -33,8 +33,8 @@
/* The following unwind functions assume a chain of frames forming the
sequence: (outer) prev <-> this <-> next (inner). All the
- functions are called with called with the next frame's `struct
- frame_info' and and this frame's prologue cache.
+ functions are called with the next frame's `struct
+ frame_info' and this frame's prologue cache.

`struct frame_info' The first and last character are different.



Index: parse.c
===================================================================
--- parse.c.orig	2007-05-31 04:57:13.000000000 -0700
+++ parse.c	2007-05-31 05:02:09.000000000 -0700
@@ -1076,7 +1076,7 @@
 
Maybe it's a problem of my mail reader, but I see a kind of special character here ?!?





--
Markus Deuling
GNU Toolchain for Linux on Cell BE
deuling@de.ibm.com


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