From dd4baff48d3318b5bcd71e720050cb5696908083 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Thu, 29 Mar 2018 21:59:04 +0000 Subject: [PATCH] Typo fix: epilouge->epilogue. NFC. llvm-svn: 328833 --- llvm/tools/llvm-readobj/ARMWinEHPrinter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/tools/llvm-readobj/ARMWinEHPrinter.cpp b/llvm/tools/llvm-readobj/ARMWinEHPrinter.cpp index 1a033b1..a90840b 100644 --- a/llvm/tools/llvm-readobj/ARMWinEHPrinter.cpp +++ b/llvm/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). // -- 2.7.4