From 398914eb713cf4c279edd4b30fc75e88a3a722b3 Mon Sep 17 00:00:00 2001 From: Vallentin Date: Fri, 16 Nov 2018 19:33:58 +0100 Subject: Fixed typos --- src/cache_hash.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cache_hash.cpp') diff --git a/src/cache_hash.cpp b/src/cache_hash.cpp index 0ac7615a3a..7a3c08bc27 100644 --- a/src/cache_hash.cpp +++ b/src/cache_hash.cpp @@ -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); -- cgit v1.2.3