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 9cca87b commit 5407794Copy full SHA for 5407794
src/bootstrap/src/utils/cc_detect.rs
@@ -197,7 +197,7 @@ pub fn find_target(build: &Build, target: TargetSelection) {
197
/// - Android Targets:
198
/// If an Android NDF is configured, it returns the NDK compiler path.
199
/// - OpenBDS Targets:
200
-/// Checks if the default GCC os too old and attempts to use alternative (such as `egcc`).
+/// Checks if the default GCC is too old and attempts to use alternative (such as `egcc`).
201
/// - MIPS and musl Targets:
202
/// For certain musl-based targets (including MIPS), it returns a specialized compiler path.
203
/// - WASI Targets:
0 commit comments