Sentences end with periods.
authorEric Christopher <echristo@gmail.com>
Tue, 3 Sep 2013 21:57:50 +0000 (21:57 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 3 Sep 2013 21:57:50 +0000 (21:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189861 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DIEHash.h

index 8a40818cd3ba40e2e942dea8c00bf48a681d9b30..f98b56dd73bff7ba2728e83c44648abe9b618ab7 100644 (file)
@@ -81,10 +81,10 @@ class DIEHash {
   };
 
 public:
-  /// \brief Computes the ODR signature
+  /// \brief Computes the ODR signature.
   uint64_t computeDIEODRSignature(DIE *Die);
 
-  /// \brief Computes the CU signature
+  /// \brief Computes the CU signature.
   uint64_t computeCUSignature(DIE *Die);
 
   // Helper routines to process parts of a DIE.