[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:
Coelacanthus 2022-01-14 16:27:44 +08:00
parent 1eeffcdb7a
commit 1dab5f6c83
No known key found for this signature in database
GPG Key ID: E35C89E45867AE35
1 changed files with 1 additions and 1 deletions

View File

@ -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