aboutsummaryrefslogtreecommitdiff
path: root/src/cache_hash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cache_hash.cpp')
-rw-r--r--src/cache_hash.cpp2
1 files changed, 1 insertions, 1 deletions
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);