[lldb][NFC] Fix typo in DWARFASTParserClang.cpp

llvm-svn: 375187
This commit is contained in:
Raphael Isemann 2019-10-17 23:11:32 +00:00
parent 14e9eb3d7c
commit b31c624156
1 changed files with 2 additions and 2 deletions

View File

@ -1007,8 +1007,8 @@ TypeSP DWARFASTParserClang::ParseTypeFromDWARF(const SymbolContext &sc,
is_attr_used, attrs.is_artificial);
type_handled = cxx_method_decl != NULL;
// Artificial methods are always handled even when don't
// create a new declaration for them.
// Artificial methods are always handled even when we
// don't create a new declaration for them.
type_handled |= attrs.is_artificial;
if (cxx_method_decl) {