diff options
author | Alexey Neyman <stilor@att.net> | 2019-10-01 21:18:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-01 21:18:56 -0700 |
commit | 9d20f56a3d11df70d88d0674c1ea7a74bd88f7c6 (patch) | |
tree | ac1ddf447e4f584fb98a2889b161aba136eaf02c | |
parent | 4b3526029bbe158f822c72733ab3b20549746561 (diff) | |
parent | d187ee46b34a1f7b8fb8b39a10cea04d154733ba (diff) | |
download | crosstool-ng-9d20f56a3d11df70d88d0674c1ea7a74bd88f7c6.tar.gz crosstool-ng-9d20f56a3d11df70d88d0674c1ea7a74bd88f7c6.tar.bz2 crosstool-ng-9d20f56a3d11df70d88d0674c1ea7a74bd88f7c6.zip |
Merge pull request #1226 from ola1olsson/master
Fix typo in ARM/thumb interworking menuconfig
-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: |