From: Joel Rosdahl Date: Sat, 11 Jun 2022 17:50:53 +0000 (+0200) Subject: chore: Fix typo in comment about MSVC object files X-Git-Tag: v4.6.2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=425c22bb01dd6d2f572913cd374e2477ac428f97;p=thirdparty%2Fccache.git chore: Fix typo in comment about MSVC object files (cherry picked from commit 35e181c9c0e1e16fe7d7c741bd18f215e7cdc6d0) --- diff --git a/src/ccache.cpp b/src/ccache.cpp index 4f691323c..94f7c89fe 100644 --- a/src/ccache.cpp +++ b/src/ccache.cpp @@ -1370,7 +1370,7 @@ hash_common_info(const Context& ctx, hash.hash(dir_to_hash); } - // The object file produced by MSVC includes the full path to the object file + // The object file produced by MSVC includes the full path to the source file // even without debug flags. Hashing the directory should be enough since the // filename is included in the hash anyway. if (ctx.config.is_compiler_group_msvc() && ctx.config.hash_dir()) {