aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCWin64EH.cpp
diff options
context:
space:
mode:
authorIlia Diachkov <iliya.diyachkov@intel.com>2022-04-04 09:05:06 -0700
committerFangrui Song <i@maskray.me>2022-04-04 09:05:06 -0700
commit28a681316ff0eaec7a52035a458e396ef48e9c16 (patch)
tree02006249b5141ec1812d4e41ec30541cdf4408b6 /llvm/lib/MC/MCWin64EH.cpp
parentcf3e4011b57b07d88e3e577295c3327b07c15922 (diff)
downloadllvm-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.cpp2
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*