[llvm] r189861 - Sentences end with periods.
Eric Christopher
echristo at gmail.com
Tue Sep 3 14:57:50 PDT 2013
Author: echristo
Date: Tue Sep 3 16:57:50 2013
New Revision: 189861
URL: http://llvm.org/viewvc/llvm-project?rev=189861&view=rev
Log:
Sentences end with periods.
Modified:
llvm/trunk/lib/CodeGen/AsmPrinter/DIEHash.h
Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DIEHash.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DIEHash.h?rev=189861&r1=189860&r2=189861&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DIEHash.h (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DIEHash.h Tue Sep 3 16:57:50 2013
@@ -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.
More information about the llvm-commits
mailing list