From 6ea72264b7cf09419cc2e26fea709efc0478c218 Mon Sep 17 00:00:00 2001 From: Aaron Hill Date: Sat, 21 Dec 2019 10:37:16 -0500 Subject: [PATCH] Fix typos Co-Authored-By: Thomas Lively <7121787+tlively@users.noreply.github.com> --- src/rustllvm/RustWrapper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rustllvm/RustWrapper.cpp b/src/rustllvm/RustWrapper.cpp index 13387e555c762..61a2ee10cf649 100644 --- a/src/rustllvm/RustWrapper.cpp +++ b/src/rustllvm/RustWrapper.cpp @@ -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