This is the mail archive of the gdb-patches@sources.redhat.com 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/i386newframe] OB: fix comment


Hi,
attached patch fixes a nested comment. Committed as obvious.

Michal Ludvig
--
* SuSE CR, s.r.o     * mludvig@suse.cz
* (+420) 296.545.373 * http://www.suse.cz
2003-05-29  Michal Ludvig  <mludvig@suse.cz>

	* x86-64-linux-nat.c: Fix nested comments.

Index: x86-64-linux-nat.c
===================================================================
RCS file: /cvs/src/src/gdb/x86-64-linux-nat.c,v
retrieving revision 1.21.16.1
diff -u -p -r1.21.16.1 x86-64-linux-nat.c
--- x86-64-linux-nat.c	17 May 2003 15:09:15 -0000	1.21.16.1
+++ x86-64-linux-nat.c	29 May 2003 07:32:29 -0000
@@ -43,7 +43,7 @@
    the register sets used by `ptrace'.  The corresponding types are
    `elf_gregset_t' for the general-purpose registers (with
    `elf_greg_t' the type of a single GP register) and `elf_fpregset_t'
-   for the floating-point registers.
+   for the floating-point registers.  */
 
 /* Mapping between the general-purpose registers in `struct user'
    format and GDB's register array layout.  */


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