We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c6b9bc commit a33c1daCopy full SHA for a33c1da
src/librustc_trans/llvm_util.rs
@@ -75,7 +75,7 @@ unsafe fn configure_llvm(sess: &Session) {
75
llvm_args.as_ptr());
76
}
77
78
-// WARNING: the features after aplpying `to_llvm_feature` must be known
+// WARNING: the features after applying `to_llvm_feature` must be known
79
// to LLVM or the feature detection code will walk past the end of the feature
80
// array, leading to crashes.
81
0 commit comments