Sentences end with periods.

llvm-svn: 189861
This commit is contained in:
Eric Christopher 2013-09-03 21:57:50 +00:00
parent b9921df29c
commit b86e2ad819
1 changed files with 2 additions and 2 deletions

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.