summaryrefslogtreecommitdiff
path: root/gcc/config/arm/README-interworking
diff options
context:
space:
mode:
authorbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2012-06-01 06:14:40 +0000
committerbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2012-06-01 06:14:40 +0000
commitfed1769821d234adee6add59bbb97dd1c83ef232 (patch)
treef2cf22c041a236c0b6a8c34b163e91103660c904 /gcc/config/arm/README-interworking
parent8e21b71a4f55ebda4156b75b62a9380c082ee5d4 (diff)
downloadgcc-fed1769821d234adee6add59bbb97dd1c83ef232.tar.gz
2012-06-01 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 188095 using svnmerge git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@188099 138bc75d-0d04-0410-961f-82ee72b054a4
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 7f2eda83b49..cfa7f66e294 100644
--- a/gcc/config/arm/README-interworking
+++ b/gcc/config/arm/README-interworking
@@ -227,7 +227,7 @@ considerations when building programs and DLLs:
Switching between the ARM and Thumb instruction sets is accomplished
via the BX instruction which takes as an argument a register name.
-Control is transfered to the address held in this register (with the
+Control is transferred to the address held in this register (with the
bottom bit masked out), and if the bottom bit is set, then Thumb
instruction processing is enabled, otherwise ARM instruction
processing is enabled.