]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Tweak comment
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 2 May 2019 19:29:06 +0000 (21:29 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 18 Jul 2019 20:05:49 +0000 (22:05 +0200)
src/ccache.c

index 4a21821b6eecf3e9c12ad3d832c3f88871fda380..7fa941461e9acff28e463b47f014790bac1cb3f5 100644 (file)
@@ -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;