Skip to content

Commit 0e13105

Browse files
committed
fix tidy
1 parent 965a970 commit 0e13105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_target/spec/thumb_base.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
// - Cortex-M7(F)
2020
// - Cortex-M23
2121
//
22-
// We have opted for these targets instead of one target per processor (e.g. `cortex-m0`, `cortex-m3`,
22+
// We have opted for these instead of one target per processor (e.g. `cortex-m0`, `cortex-m3`,
2323
// etc) because the differences between some processors like the cortex-m0 and cortex-m1 are almost
2424
// non-existent from the POV of codegen so it doesn't make sense to have separate targets for them.
2525
// And if differences exist between two processors under the same target, rustc flags can be used to

0 commit comments

Comments
 (0)