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.7~184 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35e181c9c0e1e16fe7d7c741bd18f215e7cdc6d0;p=thirdparty%2Fccache.git chore: Fix typo in comment about MSVC object files --- diff --git a/src/ccache.cpp b/src/ccache.cpp index ea841da68..1bc34eba5 100644 --- a/src/ccache.cpp +++ b/src/ccache.cpp @@ -1383,7 +1383,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()) {