[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 06:01:36 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG1dab5f6c83a7: [LLDB][NFC] Fix a typo in comment (authored by CoelacanthusHex).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117288/new/

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.399965.patch
Type: text/x-patch
Size: 571 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220114/f97c54b5/attachment.bin>


More information about the lldb-commits mailing list