We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 965a970 commit 0e13105Copy full SHA for 0e13105
src/librustc_target/spec/thumb_base.rs
@@ -19,7 +19,7 @@
19
// - Cortex-M7(F)
20
// - Cortex-M23
21
//
22
-// We have opted for these targets instead of one target per processor (e.g. `cortex-m0`, `cortex-m3`,
+// We have opted for these instead of one target per processor (e.g. `cortex-m0`, `cortex-m3`,
23
// etc) because the differences between some processors like the cortex-m0 and cortex-m1 are almost
24
// non-existent from the POV of codegen so it doesn't make sense to have separate targets for them.
25
// And if differences exist between two processors under the same target, rustc flags can be used to
0 commit comments