summaryrefslogtreecommitdiff
path: root/gas/doc/c-d10v.texi
diff options
context:
space:
mode:
Diffstat (limited to 'gas/doc/c-d10v.texi')
-rw-r--r--gas/doc/c-d10v.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/doc/c-d10v.texi b/gas/doc/c-d10v.texi
index 9b3072cba8..0db379cb6d 100644
--- a/gas/doc/c-d10v.texi
+++ b/gas/doc/c-d10v.texi
@@ -227,7 +227,7 @@ Any symbol followed by @code{@@word} will be replaced by the symbol's value
shifted right by 2. This is used in situations such as loading a register
with the address of a function (or any other code fragment). For example, if
you want to load a register with the location of the function @code{main} then
-jump to that function, you could do it as follws:
+jump to that function, you could do it as follows:
@smallexample
@group
ldi r2, main@@word