Skip to content

Commit 36a99a6

Browse files
committed
Fix comment
1 parent 0a45754 commit 36a99a6

File tree

1 file changed

+1
-1
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/build_steps/dist.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ fn make_win_llvm_dist(plat_root: &Path, target: TargetSelection, builder: &Build
351351

352352
let (_, lib_path) = get_cc_search_dirs(target, builder);
353353

354-
// Libraries necessary to link the windows-gnu toolchains.
354+
// Libraries necessary to link the windows-gnullvm toolchains.
355355
// System libraries will be preferred if they are available (see #67429).
356356
let target_libs = [
357357
// MinGW libs

0 commit comments

Comments
 (0)