This commit is contained in:
Artyom Pavlov 2018-02-21 09:59:28 +03:00 committed by GitHub
parent 4c6b9bcaa9
commit a33c1da861
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,7 @@ unsafe fn configure_llvm(sess: &Session) {
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
// array, leading to crashes.