Sentences end with periods.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189861 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2013-09-03 21:57:50 +00:00
parent 7b15c0afc1
commit 41627cf813

View 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.