Skip to content

Commit 3b1a956

Browse files
committed
Fix typos in arm-none-eabi.md
These arrived in rust-lang#125690, I think by mistake.
1 parent 612796c commit 3b1a956

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

+4-5
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,15 @@ their own document.
4242
There are two 32-bit instruction set architectures (ISAs) defined by Arm:
4343

4444
- The [*A32 ISA*][a32-isa], with fixed-width 32-bit instructions. Previously
45-
known as the *Arm* ISA, this originated with the original Arm1 of 1985 and has
45+
known as the *Arm* ISA, this originated with the original ARM1 of 1985 and has
4646
been updated by various revisions to the architecture specifications ever
4747
since.
4848
- The [*T32 ISA*][t32-isa], with a mix of 16-bit and 32-bit width instructions.
4949
Note that this term includes both the original 16-bit width *Thumb* ISA
5050
introduced with the Armv4T architecture in 1994, and the later 16/32-bit sized
51-
*Thumb-2* ISA introduced with the Armv6T2 architecture in 2003.
52-
53-
Again, these ISAs have been revised by subsequent revisions to the relevant Arm
54-
architecture specifications.
51+
*Thumb-2* ISA introduced with the Armv6T2 architecture in 2003. Again, these
52+
ISAs have been revised by subsequent revisions to the relevant Arm
53+
architecture specifications.
5554

5655
There is also a 64-bit ISA with fixed-width 32-bit instructions called the *A64
5756
ISA*, but targets which implement that instruction set generally start with

0 commit comments

Comments
 (0)