Author: Med Ismail Bennani
Date: 2020-07-08T14:03:59+02:00
New Revision: 9c31da853855eb952bbad98b99978df8c515e9b2

URL: 
https://github.com/llvm/llvm-project/commit/9c31da853855eb952bbad98b99978df8c515e9b2
DIFF: 
https://github.com/llvm/llvm-project/commit/9c31da853855eb952bbad98b99978df8c515e9b2.diff

LOG: [lldb/Core] Update comment to make it more explicit (NFC)

Signed-off-by: Med Ismail Bennani <medismail.benn...@gmail.com>

Added: 
    

Modified: 
    lldb/source/Core/ValueObject.cpp

Removed: 
    


################################################################################
diff  --git a/lldb/source/Core/ValueObject.cpp 
b/lldb/source/Core/ValueObject.cpp
index 8600469580e8..e6fad3ada5f0 100644
--- a/lldb/source/Core/ValueObject.cpp
+++ b/lldb/source/Core/ValueObject.cpp
@@ -687,7 +687,7 @@ ValueObject *ValueObject::CreateChildAtIndex(size_t idx,
         language_flags);
   }
 
-  // In case of an incomplete type, LLDB will try to use the ValueObject's
+  // In case of an incomplete type, try to use the ValueObject's
   // synthetic value to create the child ValueObject.
   if (!valobj && synthetic_array_member) {
     if (ValueObjectSP synth_valobj_sp = GetSyntheticValue()) {


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to