[Lldb-commits] [PATCH] D69717: [lldb] Add trailing dots to comments in Value.cpp

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Nov 3 23:38:12 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rG80bf88d8bc89: [lldb] Add trailing dots to comments in Value.cpp (authored by teemperor).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69717/new/

https://reviews.llvm.org/D69717

Files:
  lldb/source/Core/Value.cpp


Index: lldb/source/Core/Value.cpp
===================================================================
--- lldb/source/Core/Value.cpp
+++ lldb/source/Core/Value.cpp
@@ -507,10 +507,10 @@
     return error;
   }
 
-  // If we got here, we need to read the value from memory
+  // If we got here, we need to read the value from memory.
   size_t byte_size = GetValueByteSize(&error, exe_ctx);
 
-  // Bail if we encountered any errors getting the byte size
+  // Bail if we encountered any errors getting the byte size.
   if (error.Fail())
     return error;
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69717.227651.patch
Type: text/x-patch
Size: 559 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191104/4f7978d3/attachment.bin>


More information about the lldb-commits mailing list