diff --git a/tools/llvm-readobj/ARMWinEHPrinter.cpp b/tools/llvm-readobj/ARMWinEHPrinter.cpp index 1a033b1eb42..a90840b22c8 100644 --- a/tools/llvm-readobj/ARMWinEHPrinter.cpp +++ b/tools/llvm-readobj/ARMWinEHPrinter.cpp @@ -33,7 +33,7 @@ // (.pdata) entry. // // The exception data contains information about the frame setup, all of the -// epilouge scopes (for functions for which there are multiple exit points) and +// epilogue scopes (for functions for which there are multiple exit points) and // the associated exception handler. Additionally, the entry contains byte-code // describing how to unwind the function (c.f. Decoder::decodeOpcodes). //