From 81d295156d2412875e8dc0a62f47bb972ed5973f Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Thu, 15 Jun 2017 20:24:38 +0200 Subject: [PATCH] Tweak comment --- ccache.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ccache.c b/ccache.c index d6f269e96..9995f3edc 100644 --- a/ccache.c +++ b/ccache.c @@ -600,9 +600,9 @@ remember_include_file(char *path, struct mdfour *cpp_hash, bool system) } } - // The comparison using >= is intentional, due to a possible race - // between starting compilation and writing the include file. - // See https://github.com/ccache/ccache/blob/master/MANUAL.txt + // The comparison using >= is intentional, due to a possible race between + // starting compilation and writing the include file. See also the notes + // under "Performance" in MANUAL.txt. if (!(conf->sloppiness & SLOPPY_INCLUDE_FILE_MTIME) && st.st_mtime >= time_of_compilation) { cc_log("Include file %s too new", path); -- 2.47.2