summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2019-11-07 17:48:25 +0100
committerJan Kratochvil <jan.kratochvil@redhat.com>2019-11-07 17:48:25 +0100
commit44f43461c018e7fdc3b1cf3a7a41f52b1cb20a39 (patch)
tree9298bf4f7db0ef32af2f18c221c04491be9ea2c6
parent0d3d3822f53b12ad292c3a63eb47cbe3ac59d0cf (diff)
downloadbcm5719-llvm-44f43461c018e7fdc3b1cf3a7a41f52b1cb20a39.tar.gz
bcm5719-llvm-44f43461c018e7fdc3b1cf3a7a41f52b1cb20a39.zip
[lldb] Comment typo fix
-rw-r--r--lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h2
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());
OpenPOWER on IntegriCloud