Skip to content

Commit c8e6833

Browse files
committed
typo
1 parent e910bf2 commit c8e6833

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/llvm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ fn get_var(var_base: &str, host: &str, target: &str) -> Option<OsString> {
901901
// a Clang_DIR bootstrap option, which allows us tell CMake to use an external clang for these two
902902
// runtimes. This external clang will try to use it's own (older) include dirs when building our
903903
// in-tree LLVM submodule, which will cause build failures. To prevent those, we now also
904-
// explicitely set our include dirs.
904+
// explicitly set our include dirs.
905905
#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
906906
pub struct OmpOffload {
907907
pub target: TargetSelection,

0 commit comments

Comments
 (0)