Skip to content

Commit 6ea7226

Browse files
Aaron1011tlively
andcommitted
Fix typos
Co-Authored-By: Thomas Lively <[email protected]>
1 parent 635c76b commit 6ea7226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustllvm/RustWrapper.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1545,7 +1545,7 @@ LLVMRustEnableEmscriptenCXXExceptions() {
15451545
// of our other LLVM arguments when we initialize LLVM.
15461546
// Unfortunately, whether or not we pass this flag depends
15471547
// on the crate panic strategy. Determining the crate
1548-
// panic strategy requires us to have paresed crate arributes
1548+
// panic strategy requires us to have parsed crate attributes
15491549
// (so that we can have special handling for `libpanic_abort`).
15501550
// Parsing crate attributes actually requires us to have initialized
15511551
// LLVM, so that we can handle cfg-gating involving LLVM target

0 commit comments

Comments
 (0)