Typo fix: epilouge->epilogue. NFC.
authorEric Christopher <echristo@gmail.com>
Thu, 29 Mar 2018 21:59:04 +0000 (21:59 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 29 Mar 2018 21:59:04 +0000 (21:59 +0000)
llvm-svn: 328833

llvm/tools/llvm-readobj/ARMWinEHPrinter.cpp

index 1a033b1..a90840b 100644 (file)
@@ -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).
 //