diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2019-11-07 17:48:25 +0100 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2019-11-07 17:48:25 +0100 |
commit | 44f43461c018e7fdc3b1cf3a7a41f52b1cb20a39 (patch) | |
tree | 9298bf4f7db0ef32af2f18c221c04491be9ea2c6 | |
parent | 0d3d3822f53b12ad292c3a63eb47cbe3ac59d0cf (diff) | |
download | bcm5719-llvm-44f43461c018e7fdc3b1cf3a7a41f52b1cb20a39.tar.gz bcm5719-llvm-44f43461c018e7fdc3b1cf3a7a41f52b1cb20a39.zip |
[lldb] Comment typo fix
-rw-r--r-- | lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h index 6501ac27f27..348b33464a5 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()); |