Skip to content

Commit a33c1da

Browse files
authored
typo fix
1 parent 4c6b9bc commit a33c1da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_trans/llvm_util.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ unsafe fn configure_llvm(sess: &Session) {
7575
llvm_args.as_ptr());
7676
}
7777

78-
// WARNING: the features after aplpying `to_llvm_feature` must be known
78+
// WARNING: the features after applying `to_llvm_feature` must be known
7979
// to LLVM or the feature detection code will walk past the end of the feature
8080
// array, leading to crashes.
8181

0 commit comments

Comments
 (0)