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] s/Unix/UNIX/ in vax-tdep.c


I know, I'm being pedantic.  Committed.

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>
 
	* vax-tdep.c: Tweak comment.

Index: vax-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/vax-tdep.c,v
retrieving revision 1.82
diff -u -p -r1.82 vax-tdep.c
--- vax-tdep.c 18 Jun 2004 21:36:16 -0000 1.82
+++ vax-tdep.c 26 Jun 2004 10:24:11 -0000
@@ -106,7 +106,7 @@ vax_regset_from_core_section (struct gdb
   return NULL;
 }
 
-/* The VAX Unix calling convention uses R1 to pass a structure return
+/* The VAX UNIX calling convention uses R1 to pass a structure return
    value address instead of passing it as a first (hidden) argument as
    the VMS calling convention suggests.  */
 


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