diff options
| author | Eric Christopher <echristo@gmail.com> | 2018-03-29 21:59:04 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2018-03-29 21:59:04 +0000 |
| commit | dd4baff48d3318b5bcd71e720050cb5696908083 (patch) | |
| tree | b848a9059a49e4f21c354f9389b86f997c38824e | |
| parent | efd1b30436c4cee6da47c1b39e4d3d658c2ec528 (diff) | |
| download | bcm5719-llvm-dd4baff48d3318b5bcd71e720050cb5696908083.tar.gz bcm5719-llvm-dd4baff48d3318b5bcd71e720050cb5696908083.zip | |
Typo fix: epilouge->epilogue. NFC.
llvm-svn: 328833
| -rw-r--r-- | llvm/tools/llvm-readobj/ARMWinEHPrinter.cpp | 2 |
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). // |

