Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Co-Authored-By: Thomas Lively <7121787+tlively@users.noreply.github.com>
  • Loading branch information
Aaron1011 and tlively committed Dec 21, 2019
1 parent 635c76b commit 6ea7226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rustllvm/RustWrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1545,7 +1545,7 @@ LLVMRustEnableEmscriptenCXXExceptions() {
// of our other LLVM arguments when we initialize LLVM.
// Unfortunately, whether or not we pass this flag depends
// on the crate panic strategy. Determining the crate
// panic strategy requires us to have paresed crate arributes
// panic strategy requires us to have parsed crate attributes
// (so that we can have special handling for `libpanic_abort`).
// Parsing crate attributes actually requires us to have initialized
// LLVM, so that we can handle cfg-gating involving LLVM target
Expand Down

0 comments on commit 6ea7226

Please sign in to comment.