Skip to content

Commit b173984

Browse files
Fixed some typographical errors in arm-none-eabi.md.
1 parent b0f7562 commit b173984

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/doc/rustc/src/platform-support/arm-none-eabi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ FPU support.
4343

4444
If a target ends if `eabihf`, that target uses the so-called *hard-float ABI*:
4545
functions which take `f32` or `f64` as arguments will have them passed via FPU
46-
registers. These target therefore require the use of an FPU and will assume the
46+
registers. These targets therefore require the use of an FPU and will assume the
4747
minimum support FPU for that architecture is available. More advanced FPU
4848
instructions (e.g. ones that work on double-precision `f64` values) may be
4949
generated if the code is compiled with a `target-cpu` or `target-feature` option
@@ -66,10 +66,10 @@ scheduling and support for the features you do have. More details are available
6666
in the detailed target-specific documentation.
6767

6868
**Note:** Many target-features are currently unstable and subject to change, and
69-
if you use them you should dissassmble the compiler output and manually inspect
69+
if you use them you should disassemble the compiler output and manually inspect
7070
it to ensure only appropriate instructions for your CPU have been generated.
7171

72-
If do you wish to use the *target-cpu* and *target-feature* options, you can add
72+
If you wish to use the *target-cpu* and *target-feature* options, you can add
7373
them to your `.cargo/config.toml` file alongside any other flags your project
7474
uses (likely linker related ones):
7575

0 commit comments

Comments
 (0)