forked from OSchip/llvm-project
[LLDB][NFC] Fix a typo in comment
fix typo in comment: libcstd++ -> libstdc++ Reviewed By: wallace Differential Revision: https://reviews.llvm.org/D117288
This commit is contained in:
parent
1eeffcdb7a
commit
1dab5f6c83
|
@ -2,7 +2,7 @@ from __future__ import division
|
|||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue