Skip to content

Commit 7895f56

Browse files
committed
typo
1 parent 119fc17 commit 7895f56

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
@@ -902,7 +902,7 @@ fn get_var(var_base: &str, host: &str, target: &str) -> Option<OsString> {
902902
// a Clang_DIR bootstrap option, which allows us tell CMake to use an external clang for these two
903903
// runtimes. This external clang will try to use it's own (older) include dirs when building our
904904
// in-tree LLVM submodule, which will cause build failures. To prevent those, we now also
905-
// explicitely set our include dirs.
905+
// explicitly set our include dirs.
906906
#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
907907
pub struct OmpOffload {
908908
pub target: TargetSelection,

0 commit comments

Comments
 (0)