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
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
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits