diff --git a/llvm/lib/CodeGen/RegisterCoalescer.cpp b/llvm/lib/CodeGen/RegisterCoalescer.cpp index 3003c4911b41..21b0ae63184c 100644 --- a/llvm/lib/CodeGen/RegisterCoalescer.cpp +++ b/llvm/lib/CodeGen/RegisterCoalescer.cpp @@ -4108,7 +4108,7 @@ bool RegisterCoalescer::runOnMachineFunction(MachineFunction &fn) { // calls if (fn.exposesReturnsTwice()) { LLVM_DEBUG( - dbgs() << "* Skipped as it exposes funcions that returns twice.\n"); + dbgs() << "* Skipped as it exposes functions that returns twice.\n"); return false; }