]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Fix typo in comment about MSVC object files
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 11 Jun 2022 17:50:53 +0000 (19:50 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 20 Aug 2022 11:52:48 +0000 (13:52 +0200)
(cherry picked from commit 35e181c9c0e1e16fe7d7c741bd18f215e7cdc6d0)

src/ccache.cpp

index 4f691323cd7990a5012688bd6f1893457c037936..94f7c89fe30496796e475670db44a6a6fb602845 100644 (file)
@@ -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()) {