From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Kettenis To: gdb-patches@sources.redhat.com Subject: [PATCH]: i387-nat.h doc fix Date: Sat, 17 Mar 2001 15:01:00 -0000 Message-id: <200103172301.f2HN1Hl09641@delius.kettenis.local> X-SW-Source: 2001-03/msg00328.html This makes the comment match the prototype. Mark Index: ChangeLog from Mark Kettenis * i387-nat.h: Doc Fix. Index: i387-nat.h =================================================================== RCS file: /cvs/src/src/gdb/i387-nat.h,v retrieving revision 1.3 diff -u -p -r1.3 i387-nat.h --- i387-nat.h 2001/02/17 09:01:14 1.3 +++ i387-nat.h 2001/03/17 22:37:27 @@ -21,7 +21,7 @@ #ifndef I387_NAT_H #define I387_NAT_H -/* Fill register REGNO in GDB's register array with the appropriate +/* Fill register REGNUM in GDB's register array with the appropriate value from *FSAVE. This function masks off any of the reserved bits in *FSAVE. */