diff options
author | Ilia Diachkov <iliya.diyachkov@intel.com> | 2022-04-04 09:05:06 -0700 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2022-04-04 09:05:06 -0700 |
commit | 28a681316ff0eaec7a52035a458e396ef48e9c16 (patch) | |
tree | 02006249b5141ec1812d4e41ec30541cdf4408b6 /llvm/lib/MC/MCWin64EH.cpp | |
parent | cf3e4011b57b07d88e3e577295c3327b07c15922 (diff) | |
download | llvm-28a681316ff0eaec7a52035a458e396ef48e9c16.zip llvm-28a681316ff0eaec7a52035a458e396ef48e9c16.tar.gz llvm-28a681316ff0eaec7a52035a458e396ef48e9c16.tar.bz2 |
Fix nulltpr typo in comment. NFC
The patch fixes the typo "nulltpr", accidentally found in comments.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D122993
Diffstat (limited to 'llvm/lib/MC/MCWin64EH.cpp')
-rw-r--r-- | llvm/lib/MC/MCWin64EH.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCWin64EH.cpp b/llvm/lib/MC/MCWin64EH.cpp index 5956b3a..56ac18c 100644 --- a/llvm/lib/MC/MCWin64EH.cpp +++ b/llvm/lib/MC/MCWin64EH.cpp @@ -514,7 +514,7 @@ static void ARM64EmitUnwindCode(MCStreamer &streamer, const MCSymbol *begin, } // Returns the epilog symbol of an epilog with the exact same unwind code -// sequence, if it exists. Otherwise, returns nulltpr. +// sequence, if it exists. Otherwise, returns nullptr. // EpilogInstrs - Unwind codes for the current epilog. // Epilogs - Epilogs that potentialy match the current epilog. static MCSymbol* |