typo fix
This commit is contained in:
parent
4c6b9bcaa9
commit
a33c1da861
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ unsafe fn configure_llvm(sess: &Session) {
|
||||||
llvm_args.as_ptr());
|
llvm_args.as_ptr());
|
||||||
}
|
}
|
||||||
|
|
||||||
// WARNING: the features after aplpying `to_llvm_feature` must be known
|
// WARNING: the features after applying `to_llvm_feature` must be known
|
||||||
// to LLVM or the feature detection code will walk past the end of the feature
|
// to LLVM or the feature detection code will walk past the end of the feature
|
||||||
// array, leading to crashes.
|
// array, leading to crashes.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue