mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Fix typo in thumbv4t/v5te README
This commit is contained in:
@@ -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};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user