From 44f43461c018e7fdc3b1cf3a7a41f52b1cb20a39 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Thu, 7 Nov 2019 17:48:25 +0100 Subject: [PATCH] [lldb] Comment typo fix --- lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h index 6501ac2..348b334 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h @@ -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()); -- 2.7.4