Fixed typos

This commit is contained in:
Vallentin
2018-11-16 19:33:58 +01:00
committed by Andrew Kelley
parent fbd6a66ae7
commit 398914eb71
10 changed files with 16 additions and 16 deletions

View File

@@ -294,7 +294,7 @@ Error cache_hit(CacheHash *ch, Buf *out_digest) {
chf = &ch->files.at(file_i);
} else if (any_file_changed) {
// cache miss.
// keep the the manifest file open with the rw lock
// keep the manifest file open with the rw lock
// reset the hash
rc = blake2b_init(&ch->blake, 48);
assert(rc == 0);