Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] Fix typo in sparc-tdep.c
@ 2004-03-05 15:34 Mark Kettenis
  2004-03-05 20:15 ` Michael Snyder
  2004-03-19  0:09 ` Mark Kettenis
  0 siblings, 2 replies; 5+ messages in thread
From: Mark Kettenis @ 2004-03-05 15:34 UTC (permalink / raw)
  To: gdb-patches

Repeated word.

Committed,

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* sparc-tdep.c: Fix typo in comment.

Index: sparc-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/sparc-tdep.c,v
retrieving revision 1.150
diff -u -p -r1.150 sparc-tdep.c
--- sparc-tdep.c 4 Mar 2004 10:10:33 -0000 1.150
+++ sparc-tdep.c 5 Mar 2004 15:34:03 -0000
@@ -43,12 +43,11 @@
 
 struct regset;
 
-/* This file implements the The SPARC 32-bit ABI as defined by the
-   section "Low-Level System Information" of the SPARC Compliance
-   Definition (SCD) 2.4.1, which is the 32-bit System V psABI for
-   SPARC.  The SCD lists changes with respect to the origional 32-bit
-   psABI as defined in the "System V ABI, SPARC Processor
-   Supplement".
+/* This file implements the SPARC 32-bit ABI as defined by the section
+   "Low-Level System Information" of the SPARC Compliance Definition
+   (SCD) 2.4.1, which is the 32-bit System V psABI for SPARC.  The SCD
+   lists changes with respect to the origional 32-bit psABI as defined
+   in the "System V ABI, SPARC Processor Supplement".
 
    Note that if we talk about SunOS, we mean SunOS 4.x, which was
    BSD-based, which is sometimes (retroactively?) referred to as


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Fix typo in sparc-tdep.c
  2004-03-05 15:34 [PATCH] Fix typo in sparc-tdep.c Mark Kettenis
@ 2004-03-05 20:15 ` Michael Snyder
  2004-03-19  0:09   ` Michael Snyder
  2004-03-19  0:09 ` Mark Kettenis
  1 sibling, 1 reply; 5+ messages in thread
From: Michael Snyder @ 2004-03-05 20:15 UTC (permalink / raw)
  To: Mark Kettenis; +Cc: gdb-patches

Mark Kettenis wrote:
> Repeated word.
> 
> Committed,
> 
> Mark

While you're at it -- s/origional/original/g

> 
> 
> Index: ChangeLog
> from  Mark Kettenis  <kettenis@gnu.org>
> 
> 	* sparc-tdep.c: Fix typo in comment.
> 
> Index: sparc-tdep.c
> ===================================================================
> RCS file: /cvs/src/src/gdb/sparc-tdep.c,v
> retrieving revision 1.150
> diff -u -p -r1.150 sparc-tdep.c
> --- sparc-tdep.c 4 Mar 2004 10:10:33 -0000 1.150
> +++ sparc-tdep.c 5 Mar 2004 15:34:03 -0000
> @@ -43,12 +43,11 @@
>  
>  struct regset;
>  
> -/* This file implements the The SPARC 32-bit ABI as defined by the
> -   section "Low-Level System Information" of the SPARC Compliance
> -   Definition (SCD) 2.4.1, which is the 32-bit System V psABI for
> -   SPARC.  The SCD lists changes with respect to the origional 32-bit
> -   psABI as defined in the "System V ABI, SPARC Processor
> -   Supplement".
> +/* This file implements the SPARC 32-bit ABI as defined by the section
> +   "Low-Level System Information" of the SPARC Compliance Definition
> +   (SCD) 2.4.1, which is the 32-bit System V psABI for SPARC.  The SCD
> +   lists changes with respect to the origional 32-bit psABI as defined
> +   in the "System V ABI, SPARC Processor Supplement".
>  
>     Note that if we talk about SunOS, we mean SunOS 4.x, which was
>     BSD-based, which is sometimes (retroactively?) referred to as
> 



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Fix typo in sparc-tdep.c
  2004-03-05 20:15 ` Michael Snyder
@ 2004-03-19  0:09   ` Michael Snyder
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Snyder @ 2004-03-19  0:09 UTC (permalink / raw)
  To: Mark Kettenis; +Cc: gdb-patches

Mark Kettenis wrote:
> Repeated word.
> 
> Committed,
> 
> Mark

While you're at it -- s/origional/original/g

> 
> 
> Index: ChangeLog
> from  Mark Kettenis  <kettenis@gnu.org>
> 
> 	* sparc-tdep.c: Fix typo in comment.
> 
> Index: sparc-tdep.c
> ===================================================================
> RCS file: /cvs/src/src/gdb/sparc-tdep.c,v
> retrieving revision 1.150
> diff -u -p -r1.150 sparc-tdep.c
> --- sparc-tdep.c 4 Mar 2004 10:10:33 -0000 1.150
> +++ sparc-tdep.c 5 Mar 2004 15:34:03 -0000
> @@ -43,12 +43,11 @@
>  
>  struct regset;
>  
> -/* This file implements the The SPARC 32-bit ABI as defined by the
> -   section "Low-Level System Information" of the SPARC Compliance
> -   Definition (SCD) 2.4.1, which is the 32-bit System V psABI for
> -   SPARC.  The SCD lists changes with respect to the origional 32-bit
> -   psABI as defined in the "System V ABI, SPARC Processor
> -   Supplement".
> +/* This file implements the SPARC 32-bit ABI as defined by the section
> +   "Low-Level System Information" of the SPARC Compliance Definition
> +   (SCD) 2.4.1, which is the 32-bit System V psABI for SPARC.  The SCD
> +   lists changes with respect to the origional 32-bit psABI as defined
> +   in the "System V ABI, SPARC Processor Supplement".
>  
>     Note that if we talk about SunOS, we mean SunOS 4.x, which was
>     BSD-based, which is sometimes (retroactively?) referred to as
> 



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] Fix typo in sparc-tdep.c
  2004-03-05 15:34 [PATCH] Fix typo in sparc-tdep.c Mark Kettenis
  2004-03-05 20:15 ` Michael Snyder
@ 2004-03-19  0:09 ` Mark Kettenis
  1 sibling, 0 replies; 5+ messages in thread
From: Mark Kettenis @ 2004-03-19  0:09 UTC (permalink / raw)
  To: gdb-patches

Repeated word.

Committed,

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* sparc-tdep.c: Fix typo in comment.

Index: sparc-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/sparc-tdep.c,v
retrieving revision 1.150
diff -u -p -r1.150 sparc-tdep.c
--- sparc-tdep.c 4 Mar 2004 10:10:33 -0000 1.150
+++ sparc-tdep.c 5 Mar 2004 15:34:03 -0000
@@ -43,12 +43,11 @@
 
 struct regset;
 
-/* This file implements the The SPARC 32-bit ABI as defined by the
-   section "Low-Level System Information" of the SPARC Compliance
-   Definition (SCD) 2.4.1, which is the 32-bit System V psABI for
-   SPARC.  The SCD lists changes with respect to the origional 32-bit
-   psABI as defined in the "System V ABI, SPARC Processor
-   Supplement".
+/* This file implements the SPARC 32-bit ABI as defined by the section
+   "Low-Level System Information" of the SPARC Compliance Definition
+   (SCD) 2.4.1, which is the 32-bit System V psABI for SPARC.  The SCD
+   lists changes with respect to the origional 32-bit psABI as defined
+   in the "System V ABI, SPARC Processor Supplement".
 
    Note that if we talk about SunOS, we mean SunOS 4.x, which was
    BSD-based, which is sometimes (retroactively?) referred to as


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] Fix typo in sparc-tdep.c
@ 2010-12-12 17:50 Mark Kettenis
  0 siblings, 0 replies; 5+ messages in thread
From: Mark Kettenis @ 2010-12-12 17:50 UTC (permalink / raw)
  To: gdb-patches

Committed as obvious.

2010-12-12  Mark Kettenis  <kettenis@gnu.org>

        * sparc-tdep.c: Fix typo in comment.

Index: sparc-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/sparc-tdep.c,v
retrieving revision 1.214
diff -u -p -r1.214 sparc-tdep.c
--- sparc-tdep.c	1 Oct 2010 15:55:14 -0000	1.214
+++ sparc-tdep.c	12 Dec 2010 17:39:23 -0000
@@ -63,7 +63,7 @@ struct regset;
    sparc64-tdep.c; don't add any here.  */
 
 /* The SPARC Floating-Point Quad-Precision format is similar to
-   big-endian IA-64 Quad-recision format.  */
+   big-endian IA-64 Quad-Precision format.  */
 #define floatformats_sparc_quad floatformats_ia64_quad
 
 /* The stack pointer is offset from the stack frame by a BIAS of 2047


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-12-12 17:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-05 15:34 [PATCH] Fix typo in sparc-tdep.c Mark Kettenis
2004-03-05 20:15 ` Michael Snyder
2004-03-19  0:09   ` Michael Snyder
2004-03-19  0:09 ` Mark Kettenis
2010-12-12 17:50 Mark Kettenis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox