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]

[PATCH]: i387-nat.h doc fix


This makes the comment match the prototype.

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>
	* 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.  */
 


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