diff options
Diffstat (limited to 'contrib/llvm/lib/Support/MD5.cpp')
| -rw-r--r-- | contrib/llvm/lib/Support/MD5.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/contrib/llvm/lib/Support/MD5.cpp b/contrib/llvm/lib/Support/MD5.cpp index a53172279236..9b02f62912fa 100644 --- a/contrib/llvm/lib/Support/MD5.cpp +++ b/contrib/llvm/lib/Support/MD5.cpp @@ -74,7 +74,7 @@  using namespace llvm; -/// \brief This processes one or more 64-byte data blocks, but does NOT update +/// This processes one or more 64-byte data blocks, but does NOT update  ///the bit counters.  There are no alignment requirements.  const uint8_t *MD5::body(ArrayRef<uint8_t> Data) {    const uint8_t *ptr; @@ -229,7 +229,7 @@ void MD5::update(StringRef Str) {    update(SVal);  } -/// \brief Finish the hash and place the resulting hash into \p result. +/// Finish the hash and place the resulting hash into \p result.  /// \param Result is assumed to be a minimum of 16-bytes in size.  void MD5::final(MD5Result &Result) {    unsigned long used, free; | 
