Skip to content

Commit 90828f2

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

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
@@ -196,7 +196,7 @@ pub fn find_target(build: &Build, target: TargetSelection) {
196196
///
197197
/// - Android Targets:
198198
/// If an Android NDF is configured, it returns the NDK compiler path.
199-
/// - OpenBDS Targets:
199+
/// - OpenBSD Targets:
200200
/// 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.

0 commit comments

Comments
 (0)