diff --git a/llvm/tools/bugpoint/CrashDebugger.cpp b/llvm/tools/bugpoint/CrashDebugger.cpp index 1a39ff654f056..d06bca9a12587 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 Attrs; for (Attribute A : Fn->getAttributes().getFnAttributes())