[llvm] r328833 - Typo fix: epilouge->epilogue. NFC.
Eric Christopher via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 29 14:59:04 PDT 2018
Author: echristo
Date: Thu Mar 29 14:59:04 2018
New Revision: 328833
URL: http://llvm.org/viewvc/llvm-project?rev=328833&view=rev
Log:
Typo fix: epilouge->epilogue. NFC.
Modified:
llvm/trunk/tools/llvm-readobj/ARMWinEHPrinter.cpp
Modified: llvm/trunk/tools/llvm-readobj/ARMWinEHPrinter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-readobj/ARMWinEHPrinter.cpp?rev=328833&r1=328832&r2=328833&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-readobj/ARMWinEHPrinter.cpp (original)
+++ llvm/trunk/tools/llvm-readobj/ARMWinEHPrinter.cpp Thu Mar 29 14:59:04 2018
@@ -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).
//
More information about the llvm-commits
mailing list