mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-23 17:28:54 +00:00
Fix a ton of comment typos found by codespell. Patch by
Luis Felipe Strano Moraes! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129558 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1577,7 +1577,7 @@ void throwCppException (int32_t ignoreIt) {
|
||||
typedef void (*OurExceptionThrowFunctType) (int32_t typeToThrow);
|
||||
|
||||
/// This is a test harness which runs test by executing generated
|
||||
/// function with a type info type to throw. Harness wraps the excecution
|
||||
/// function with a type info type to throw. Harness wraps the execution
|
||||
/// of generated function in a C++ try catch clause.
|
||||
/// @param engine execution engine to use for executing generated function.
|
||||
/// This demo program expects this to be a JIT instance for demo
|
||||
|
Reference in New Issue
Block a user