mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 06:40:01 +08:00
[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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user