[Lldb-commits] [PATCH] D117288: [LLDB][NFC] Fix a typo in comment
Celeste Liu via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 14 00:29:49 PST 2022
CoelacanthusHex created this revision.
CoelacanthusHex requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
fix typo in comment: libcstd++ -> libstdc++
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D117288
Files:
lldb/examples/synthetic/gnu_libstdcpp.py
Index: lldb/examples/synthetic/gnu_libstdcpp.py
===================================================================
--- lldb/examples/synthetic/gnu_libstdcpp.py
+++ 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117288.399918.patch
Type: text/x-patch
Size: 571 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220114/fb4d6c70/attachment.bin>
More information about the lldb-commits
mailing list