From 35e181c9c0e1e16fe7d7c741bd18f215e7cdc6d0 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sat, 11 Jun 2022 19:50:53 +0200 Subject: [PATCH] chore: Fix typo in comment about MSVC object files --- src/ccache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) { -- 2.47.3