forked from OSchip/llvm-project
[lldb] Comment typo fix
This commit is contained in:
parent
0d3d3822f5
commit
44f43461c0
|
@ -63,7 +63,7 @@ public:
|
|||
|
||||
const char *GetQualifiedName() const;
|
||||
|
||||
// Same as GetQaulifiedName, but the life time of the returned string will
|
||||
// Same as GetQualifiedName, but the life time of the returned string will
|
||||
// be that of the LLDB session.
|
||||
lldb_private::ConstString GetQualifiedNameAsConstString() const {
|
||||
return lldb_private::ConstString(GetQualifiedName());
|
||||
|
|
Loading…
Reference in New Issue