summaryrefslogtreecommitdiff
path: root/gas/doc/c-sparc.texi
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2002-12-19 01:11:31 +0000
committerKazu Hirata <kazu@codesourcery.com>2002-12-19 01:11:31 +0000
commit062b7c0c141b6d28a037c6acf3a822539e701827 (patch)
tree4af97845103b6dee808f365f1f366cfbd8e8a078 /gas/doc/c-sparc.texi
parentefeae3db62cde77fe11a1dc4e04d04303ad34dee (diff)
* doc/c-alpha.texi: Fix typos.
* doc/c-arm.texi: Likewise. * doc/c-d10v.texi: Likewise. * doc/c-i370.texi: Likewise. * doc/c-i960.texi: Likewise. * doc/c-ia64.texi: Likewise. * doc/c-mmix.texi: Likewise. * doc/c-ns32k.texi: Likewise. * doc/c-pdp11.texi: Likewise. * doc/c-pj.texi: Likewise. * doc/c-sh64.texi: Likewise. * doc/c-sparc.texi: Likewise. * doc/c-tic54x.texi: Likewise. * doc/c-v850.texi: Likewise. * doc/c-vax.texi: Likewise. * doc/internals.texi: Likewise.
Diffstat (limited to 'gas/doc/c-sparc.texi')
-rw-r--r--gas/doc/c-sparc.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/doc/c-sparc.texi b/gas/doc/c-sparc.texi
index 624c21e34f..c34950e13f 100644
--- a/gas/doc/c-sparc.texi
+++ b/gas/doc/c-sparc.texi
@@ -162,7 +162,7 @@ line is also ignored.
This directive declares use of a global application or system register.
It must be followed by a register name %g2, %g3, %g6 or %g7, comma and
the symbol name for that register. If symbol name is @code{#scratch},
-it is a scratch register, if it is @code{#ignore}, it just surpresses any
+it is a scratch register, if it is @code{#ignore}, it just suppresses any
errors about using undeclared global register, but does not emit any
information about it into the object file. This can be useful e.g. if you
save the register before use and restore it after.