projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
800e6ee
)
Fix comment.
author
Eric Christopher
<echristo@gmail.com>
Fri, 31 May 2013 22:34:48 +0000
(22:34 +0000)
committer
Eric Christopher
<echristo@gmail.com>
Fri, 31 May 2013 22:34:48 +0000
(22:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183052
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Support/MD5.cpp
patch
|
blob
|
history
diff --git
a/lib/Support/MD5.cpp
b/lib/Support/MD5.cpp
index ce99ab6abc8315d30643566a33a3638f17fffe79..4c72cef60b0cc8c8b40532a4c24d081a3993ba97 100644
(file)
--- a/
lib/Support/MD5.cpp
+++ b/
lib/Support/MD5.cpp
@@
-183,7
+183,7
@@
MD5::MD5()
: a(0x67452301), b(0xefcdab89), c(0x98badcfe), d(0x10325476), hi(0), lo(0) {
}
-/// Incrementally add
\p size of \p d
ata to the hash.
+/// Incrementally add
the bytes in D
ata to the hash.
void MD5::update(ArrayRef<uint8_t> Data) {
MD5_u32plus saved_lo;
unsigned long used, free;