From: Joel Rosdahl Date: Tue, 4 Aug 2020 09:37:46 +0000 (+0200) Subject: Fix comment to match reality regarding process_preprocessed_file X-Git-Tag: v4.0~226 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0246f450eb68e43e5a113e1d41cf72b324a75165;p=thirdparty%2Fccache.git Fix comment to match reality regarding process_preprocessed_file --- diff --git a/src/ccache.cpp b/src/ccache.cpp index 5d286afb2..0dd4704bd 100644 --- a/src/ccache.cpp +++ b/src/ccache.cpp @@ -405,8 +405,7 @@ print_included_files(const Context& ctx, FILE* fp) // // - Makes include file paths for which the base directory is a prefix relative // when computing the hash sum. -// - Stores the paths and hashes of included files in the global variable -// g_included_files. +// - Stores the paths and hashes of included files in ctx.included_files. static bool process_preprocessed_file(Context& ctx, Hash& hash,