summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2018-03-29 21:59:04 +0000
committerEric Christopher <echristo@gmail.com>2018-03-29 21:59:04 +0000
commitdd4baff48d3318b5bcd71e720050cb5696908083 (patch)
treeb848a9059a49e4f21c354f9389b86f997c38824e /llvm
parentefd1b30436c4cee6da47c1b39e4d3d658c2ec528 (diff)
downloadbcm5719-llvm-dd4baff48d3318b5bcd71e720050cb5696908083.tar.gz
bcm5719-llvm-dd4baff48d3318b5bcd71e720050cb5696908083.zip
Typo fix: epilouge->epilogue. NFC.
llvm-svn: 328833
Diffstat (limited to 'llvm')
-rw-r--r--llvm/tools/llvm-readobj/ARMWinEHPrinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-readobj/ARMWinEHPrinter.cpp b/llvm/tools/llvm-readobj/ARMWinEHPrinter.cpp
index 1a033b1eb42..a90840b22c8 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).
//
OpenPOWER on IntegriCloud