[Lldb-commits] [lldb] 8f653ca - [lldb] Fix typo: singposts -> signposts (NFC)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 12 22:53:04 PDT 2024


Author: Jonas Devlieghere
Date: 2024-09-12T22:52:58-07:00
New Revision: 8f653ca135cb8d4f8d08b97cc32a497091f68cdc

URL: https://github.com/llvm/llvm-project/commit/8f653ca135cb8d4f8d08b97cc32a497091f68cdc
DIFF: https://github.com/llvm/llvm-project/commit/8f653ca135cb8d4f8d08b97cc32a497091f68cdc.diff

LOG: [lldb] Fix typo: singposts -> signposts (NFC)

Added: 
    

Modified: 
    lldb/source/Utility/Instrumentation.cpp

Removed: 
    


################################################################################
diff  --git a/lldb/source/Utility/Instrumentation.cpp b/lldb/source/Utility/Instrumentation.cpp
index 581f657aea8061..62e377500bbb6a 100644
--- a/lldb/source/Utility/Instrumentation.cpp
+++ b/lldb/source/Utility/Instrumentation.cpp
@@ -20,7 +20,7 @@ using namespace lldb_private::instrumentation;
 // Whether we're currently across the API boundary.
 static thread_local bool g_global_boundary = false;
 
-// Instrument SB API calls with singposts when supported.
+// Instrument SB API calls with signposts when supported.
 static llvm::ManagedStatic<llvm::SignpostEmitter> g_api_signposts;
 
 Instrumenter::Instrumenter(llvm::StringRef pretty_func,


        


More information about the lldb-commits mailing list