1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Typo fix: epilouge->epilogue. NFC.

llvm-svn: 328833
This commit is contained in:
Eric Christopher 2018-03-29 21:59:04 +00:00
parent 939526b1bc
commit 985b6eeb8f

View 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).
//