aboutsummaryrefslogtreecommitdiff
path: root/gdb/sparc-tdep.c
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-03-05 20:58:00 +0000
committerMark Kettenis <kettenis@gnu.org>2004-03-05 20:58:00 +0000
commitf2e7c15d990b428a29fe0183ae810f29e722d21a (patch)
tree6a62e2b1046a08d58c9eec0b9bde1c887ecf92c6 /gdb/sparc-tdep.c
parent68715859c7df9bce56e502bd297a3993a9592786 (diff)
downloadgdb-f2e7c15d990b428a29fe0183ae810f29e722d21a.zip
gdb-f2e7c15d990b428a29fe0183ae810f29e722d21a.tar.gz
gdb-f2e7c15d990b428a29fe0183ae810f29e722d21a.tar.bz2
* i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
* i386obsd-tdep.c: Correct spelling in comment. * i386nbsd-tdep.c: Correct spelling in comment. * sparc-tdep.c: Correct spelling in comments.
Diffstat (limited to 'gdb/sparc-tdep.c')
-rw-r--r--gdb/sparc-tdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/sparc-tdep.c b/gdb/sparc-tdep.c
index e3e2758..893648c 100644
--- a/gdb/sparc-tdep.c
+++ b/gdb/sparc-tdep.c
@@ -46,7 +46,7 @@ struct regset;
/* 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
+ lists changes with respect to the original 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
@@ -185,7 +185,7 @@ sparc_integral_or_pointer_p (const struct type *type)
{
/* We have byte, half-word, word and extended-word/doubleword
integral types. The doubleword is an extension to the
- origional 32-bit ABI by the SCD 2.4.x. */
+ original 32-bit ABI by the SCD 2.4.x. */
int len = TYPE_LENGTH (type);
return (len == 1 || len == 2 || len == 4 || len == 8);
}