Author: Jan Kratochvil Date: 2019-11-07T17:48:25+01:00 New Revision: 44f43461c018e7fdc3b1cf3a7a41f52b1cb20a39
URL: https://github.com/llvm/llvm-project/commit/44f43461c018e7fdc3b1cf3a7a41f52b1cb20a39 DIFF: https://github.com/llvm/llvm-project/commit/44f43461c018e7fdc3b1cf3a7a41f52b1cb20a39.diff LOG: [lldb] Comment typo fix Added: Modified: lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h Removed: ################################################################################ diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h index 6501ac27f27d..348b33464a54 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h @@ -63,7 +63,7 @@ class DWARFDeclContext { 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()); _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits