diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-03-05 15:34:29 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-03-05 15:34:29 +0000 |
commit | 9eb42ed178685583b492e2c71fff541aaedffb63 (patch) | |
tree | 955dcaba7f179662e4cb876407b2f349c525f4d4 /gdb/sparc-tdep.c | |
parent | e5caec89a06646ebc0324b1860fb3ff35c60f784 (diff) | |
download | gdb-9eb42ed178685583b492e2c71fff541aaedffb63.zip gdb-9eb42ed178685583b492e2c71fff541aaedffb63.tar.gz gdb-9eb42ed178685583b492e2c71fff541aaedffb63.tar.bz2 |
* sparc-tdep.c: Fix typo in comment.
Diffstat (limited to 'gdb/sparc-tdep.c')
-rw-r--r-- | gdb/sparc-tdep.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gdb/sparc-tdep.c b/gdb/sparc-tdep.c index ac8eb48..e3e2758 100644 --- a/gdb/sparc-tdep.c +++ b/gdb/sparc-tdep.c @@ -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 |