Author: adrian
Date: Thu Aug 22 15:28:18 2019
New Revision: 369712

URL: http://llvm.org/viewvc/llvm-project?rev=369712&view=rev
Log:
Add missing dot.

Modified:
    lldb/trunk/include/lldb/lldb-enumerations.h

Modified: lldb/trunk/include/lldb/lldb-enumerations.h
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/lldb-enumerations.h?rev=369712&r1=369711&r2=369712&view=diff
==============================================================================
--- lldb/trunk/include/lldb/lldb-enumerations.h (original)
+++ lldb/trunk/include/lldb/lldb-enumerations.h Thu Aug 22 15:28:18 2019
@@ -805,7 +805,7 @@ enum TemplateArgumentKind {
   eTemplateArgumentKindNullPtr,
 };
 
-/// Options that can be set for a formatter to alter its behavior Not
+/// Options that can be set for a formatter to alter its behavior. Not
 /// all of these are applicable to all formatter types.
 FLAGS_ENUM(TypeOptions){eTypeOptionNone = (0u),
                         eTypeOptionCascade = (1u << 0),


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

Reply via email to