diff options
Diffstat (limited to 'gas/doc/c-alpha.texi')
-rw-r--r-- | gas/doc/c-alpha.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gas/doc/c-alpha.texi b/gas/doc/c-alpha.texi index dfc05f4..0aee06b 100644 --- a/gas/doc/c-alpha.texi +++ b/gas/doc/c-alpha.texi @@ -139,12 +139,12 @@ OpenVMS syntax, with a few differences for ELF. @cindex Alpha registers @cindex register names, Alpha -The 32 integer registers are refered to as @samp{$@var{n}} or +The 32 integer registers are referred to as @samp{$@var{n}} or @samp{$r@var{n}}. In addition, registers 15, 28, 29, and 30 may -be refered to by the symbols @samp{$fp}, @samp{$at}, @samp{$gp}, +be referred to by the symbols @samp{$fp}, @samp{$at}, @samp{$gp}, and @samp{$sp} respectively. -The 32 floating-point registers are refered to as @samp{$f@var{n}}. +The 32 floating-point registers are referred to as @samp{$f@var{n}}. @node Alpha-Relocs @subsection Relocations @@ -153,7 +153,7 @@ The 32 floating-point registers are refered to as @samp{$f@var{n}}. Some of these relocations are available for ECOFF, but mostly only for ELF. They are modeled after the relocation format -introduced in Digial Unix 4.0, but there are additions. +introduced in Digital Unix 4.0, but there are additions. The format is @samp{!@var{tag}} or @samp{!@var{tag}!@var{number}} where @var{tag} is the name of the relocation. In some cases |