Skip to content

Commit 5407794

Browse files
Update src/bootstrap/src/utils/cc_detect.rs
Co-authored-by: Jubilee <[email protected]>
1 parent 9cca87b commit 5407794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/utils/cc_detect.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ pub fn find_target(build: &Build, target: TargetSelection) {
197197
/// - Android Targets:
198198
/// If an Android NDF is configured, it returns the NDK compiler path.
199199
/// - OpenBDS Targets:
200-
/// Checks if the default GCC os too old and attempts to use alternative (such as `egcc`).
200+
/// Checks if the default GCC is too old and attempts to use alternative (such as `egcc`).
201201
/// - MIPS and musl Targets:
202202
/// For certain musl-based targets (including MIPS), it returns a specialized compiler path.
203203
/// - WASI Targets:

0 commit comments

Comments
 (0)