[lldb] Comment typo fix

This commit is contained in:
Jan Kratochvil 2019-11-07 17:48:25 +01:00
parent 0d3d3822f5
commit 44f43461c0
1 changed files with 1 additions and 1 deletions

View File

@ -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());