[Lldb-commits] [lldb] 1dab5f6 - [LLDB][NFC] Fix a typo in comment

via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 14 06:01:26 PST 2022


Author: Coelacanthus
Date: 2022-01-14T22:01:18+08:00
New Revision: 1dab5f6c83a7745852743a39809ff6115159ed1d

URL: https://github.com/llvm/llvm-project/commit/1dab5f6c83a7745852743a39809ff6115159ed1d
DIFF: https://github.com/llvm/llvm-project/commit/1dab5f6c83a7745852743a39809ff6115159ed1d.diff

LOG: [LLDB][NFC] Fix a typo in comment

fix typo in comment: libcstd++ -> libstdc++

Reviewed By: wallace

Differential Revision: https://reviews.llvm.org/D117288

Added: 
    

Modified: 
    lldb/examples/synthetic/gnu_libstdcpp.py

Removed: 
    


################################################################################
diff  --git a/lldb/examples/synthetic/gnu_libstdcpp.py b/lldb/examples/synthetic/gnu_libstdcpp.py
index 022071322d05..a371a77c6c74 100644
--- a/lldb/examples/synthetic/gnu_libstdcpp.py
+++ b/lldb/examples/synthetic/gnu_libstdcpp.py
@@ -2,7 +2,7 @@
 import lldb.formatters.Logger
 
 # C++ STL formatters for LLDB
-# As there are many versions of the libcstd++, you are encouraged to look at the STL
+# As there are many versions of the libstdc++, you are encouraged to look at the STL
 # implementation for your platform before relying on these formatters to do the right
 # thing for your setup
 


        


More information about the lldb-commits mailing list