diff options
Diffstat (limited to 'llvm/tools/bugpoint/CrashDebugger.cpp')
| -rw-r--r-- | llvm/tools/bugpoint/CrashDebugger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/bugpoint/CrashDebugger.cpp b/llvm/tools/bugpoint/CrashDebugger.cpp index 1a39ff654f05..d06bca9a1258 100644 --- a/llvm/tools/bugpoint/CrashDebugger.cpp +++ b/llvm/tools/bugpoint/CrashDebugger.cpp @@ -1229,7 +1229,7 @@ static Error DebugACrash(BugDriver &BD, BugTester TestFn) { unsigned NewSize = 0; for (std::string &Name : FunctionNames) { Function *Fn = BD.getProgram().getFunction(Name); - assert(Fn && "Could not find funcion?"); + assert(Fn && "Could not find function?"); std::vector<Attribute> Attrs; for (Attribute A : Fn->getAttributes().getFnAttributes()) |
