We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e410bc commit 8f653caCopy full SHA for 8f653ca
lldb/source/Utility/Instrumentation.cpp
@@ -20,7 +20,7 @@ using namespace lldb_private::instrumentation;
20
// Whether we're currently across the API boundary.
21
static thread_local bool g_global_boundary = false;
22
23
-// Instrument SB API calls with singposts when supported.
+// Instrument SB API calls with signposts when supported.
24
static llvm::ManagedStatic<llvm::SignpostEmitter> g_api_signposts;
25
26
Instrumenter::Instrumenter(llvm::StringRef pretty_func,
0 commit comments