Skip to content

Commit 8f653ca

Browse files
committed
[lldb] Fix typo: singposts -> signposts (NFC)
1 parent 6e410bc commit 8f653ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Utility/Instrumentation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ using namespace lldb_private::instrumentation;
2020
// Whether we're currently across the API boundary.
2121
static thread_local bool g_global_boundary = false;
2222

23-
// Instrument SB API calls with singposts when supported.
23+
// Instrument SB API calls with signposts when supported.
2424
static llvm::ManagedStatic<llvm::SignpostEmitter> g_api_signposts;
2525

2626
Instrumenter::Instrumenter(llvm::StringRef pretty_func,

0 commit comments

Comments
 (0)