Skip to content

Commit 696697d

Browse files
committed
Fix typo in thumbv4t/v5te README
1 parent 9916eca commit 696697d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

compiler/rustc_target/src/spec/targets/armv4t_none_eabi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Targets the ARMv4T, with `a32` code by default.
1+
//! Targets the ARMv4T architecture, with `a32` code by default.
22
//!
33
//! Primarily of use for the GBA, but usable with other devices too.
44
//!

compiler/rustc_target/src/spec/targets/armv5te_none_eabi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Targets the ARMv5TE, with `a32` code by default.
1+
//! Targets the ARMv5TE architecture, with `a32` code by default.
22
33
use crate::spec::{Abi, Arch, FloatAbi, Target, TargetMetadata, TargetOptions, base, cvs};
44

compiler/rustc_target/src/spec/targets/thumbv4t_none_eabi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Targets the ARMv4T, with code as `t32` code by default.
1+
//! Targets the ARMv4T architecture, with `t32` code by default.
22
//!
33
//! Primarily of use for the GBA, but usable with other devices too.
44
//!

compiler/rustc_target/src/spec/targets/thumbv5te_none_eabi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Targets the ARMv5TE, with code as `t32` code by default.
1+
//! Targets the ARMv5TE architecture, with `t32` code by default.
22
33
use crate::spec::{Abi, Arch, FloatAbi, Target, TargetMetadata, TargetOptions, base, cvs};
44

0 commit comments

Comments
 (0)