Fix typo in thumbv4t/v5te README
This commit is contained in:
parent
96897f016e
commit
9d9870b735
4 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
//! Targets the ARMv4T, with code as `a32` code by default.
|
||||
//! Targets the ARMv4T architecture, with `a32` code by default.
|
||||
//!
|
||||
//! Primarily of use for the GBA, but usable with other devices too.
|
||||
//!
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
//! Targets the ARMv5TE, with code as `a32` code by default.
|
||||
//! Targets the ARMv5TE architecture, with `a32` code by default.
|
||||
|
||||
use crate::spec::{Abi, Arch, FloatAbi, Target, TargetMetadata, TargetOptions, base, cvs};
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
//! Targets the ARMv4T, with code as `t32` code by default.
|
||||
//! Targets the ARMv4T architecture, with `t32` code by default.
|
||||
//!
|
||||
//! Primarily of use for the GBA, but usable with other devices too.
|
||||
//!
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
//! Targets the ARMv5TE, with code as `t32` code by default.
|
||||
//! Targets the ARMv5TE architecture, with `t32` code by default.
|
||||
|
||||
use crate::spec::{Abi, Arch, FloatAbi, Target, TargetMetadata, TargetOptions, base, cvs};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue