diff options
author | Ola Olsson <ola1olsson@gmail.com> | 2019-08-28 14:19:30 +0200 |
---|---|---|
committer | Ola Olsson <ola1olsson@gmail.com> | 2019-08-28 14:19:30 +0200 |
commit | d187ee46b34a1f7b8fb8b39a10cea04d154733ba (patch) | |
tree | 0f50877215ac648879136817d757870787755e65 /config/arch | |
parent | afaf7b9a25b5d77991002936be5c47fc5ff549de (diff) | |
download | crosstool-ng-d187ee46b34a1f7b8fb8b39a10cea04d154733ba.tar.gz crosstool-ng-d187ee46b34a1f7b8fb8b39a10cea04d154733ba.tar.bz2 crosstool-ng-d187ee46b34a1f7b8fb8b39a10cea04d154733ba.zip |
Fix typo in ARM/thumb help
Signed-off-by: Ola Olsson <ola1olsson@gmail.com>
Diffstat (limited to 'config/arch')
-rw-r--r-- | config/arch/arm.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/arch/arm.in b/config/arch/arm.in index a6b96943..07ad5ed2 100644 --- a/config/arch/arm.in +++ b/config/arch/arm.in @@ -58,7 +58,7 @@ config ARCH_ARM_INTERWORKING > [not to use interwork], since slightly larger code is generated > when [interwork] is specified. - NOTE: Interworking in crosstool-NG is not sell-tested. Use at your + NOTE: Interworking in crosstool-NG is not well-tested. Use at your own risks, and report success and/or failure. # Until we only support EABI: |