From 1c8fe27e7b7d0c85bfd262a35ba0057cce997cec Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Thu, 2 May 2019 21:29:06 +0200 Subject: [PATCH] Tweak comment --- src/ccache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ccache.c b/src/ccache.c index 4a21821b6..7fa941461 100644 --- a/src/ccache.c +++ b/src/ccache.c @@ -3932,7 +3932,7 @@ ccache(int argc, char *argv[]) from_cache(FROMCACHE_DIRECT_MODE, 0); // Wasn't able to return from cache at this point. However, the object - // was already found in manifest, so don't readd it later. + // was already found in manifest, so don't re-add it later. put_object_in_manifest = false; object_hash_from_manifest = object_hash; -- 2.47.2