Skip to content

Commit 28a6813

Browse files
iliya-diyachkovMaskRay
authored andcommitted
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
1 parent cf3e401 commit 28a6813

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/include/llvm/Target/TargetLoweringObjectFile.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ class TargetLoweringObjectFile : public MCObjectFileInfo {
277277
}
278278

279279
/// If supported, return the function entry point symbol.
280-
/// Otherwise, returns nulltpr.
280+
/// Otherwise, returns nullptr.
281281
/// Func must be a function or an alias which has a function as base object.
282282
virtual MCSymbol *getFunctionEntryPointSymbol(const GlobalValue *Func,
283283
const TargetMachine &TM) const {

llvm/lib/MC/MCWin64EH.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ static void ARM64EmitUnwindCode(MCStreamer &streamer, const MCSymbol *begin,
514514
}
515515

516516
// Returns the epilog symbol of an epilog with the exact same unwind code
517-
// sequence, if it exists. Otherwise, returns nulltpr.
517+
// sequence, if it exists. Otherwise, returns nullptr.
518518
// EpilogInstrs - Unwind codes for the current epilog.
519519
// Epilogs - Epilogs that potentialy match the current epilog.
520520
static MCSymbol*

0 commit comments

Comments
 (0)