aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm/README-interworking
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/arm/README-interworking')
-rw-r--r--gcc/config/arm/README-interworking2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/README-interworking b/gcc/config/arm/README-interworking
index de8b27841b2..0a03cdc3c9d 100644
--- a/gcc/config/arm/README-interworking
+++ b/gcc/config/arm/README-interworking
@@ -404,7 +404,7 @@ Instead the pseudo op is attached to a new label .real_start_of_<name>
(where <name> is the name of the function) which indicates the start
of the Thumb code. This does have the interesting side effect in that
if this function is now called from a Thumb mode piece of code
-outsside of the current file, the linker will generate a calling stub
+outside of the current file, the linker will generate a calling stub
to switch from Thumb mode into ARM mode, and then this is immediately
overridden by the function's header which switches back into Thumb
mode.