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/SPARC] Fix typos in comments in sparc-tdep.c


Checkin in on the SPARC branch.

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>
 
	* sparc-tdep.c: Fix typos in comments.

 
Index: sparc-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/sparc-tdep.c,v
retrieving revision 1.127.2.6
diff -u -p -r1.127.2.6 sparc-tdep.c
--- sparc-tdep.c 15 Nov 2003 17:56:45 -0000 1.127.2.6
+++ sparc-tdep.c 15 Nov 2003 20:47:23 -0000
@@ -52,12 +52,12 @@
    Solaris 1.x.  If we talk about Solaris we mean Solaris 2.x and
    above (Solaris 7, 8 and 9 are nothing but Solaris 2.7, 2.8 and 2.9
    suffering from severe version number inflation).  Solaris 2.x is
-   also known as SunOS 5.x, since that's what uname(1).  Solaris 2.x
-   is SVR4-based.  */
+   also known as SunOS 5.x, since that's what uname(1) says.  Solaris
+   2.x is SVR4-based.  */
 
 /* Please use the sparc32_-prefix for 32-bit specific code, the
    sparc64_-prefix for 64-bit specific code and the sparc_-prefix for
-   code can handle both.  The 64-bit specific code lives in
+   code that can handle both.  The 64-bit specific code lives in
    sparc64-tdep.c; don't add any here.  */
 
 /* The stack pointer is offset from the stack frame by a BIAS of 2047


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