]> 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, 11 Jun 2022 17:52:31 +0000 (19:52 +0200)
src/ccache.cpp

index ea841da688b47429dc9aab02b9aa5275f7cec45c..1bc34eba5a96e440b7b6c8866c69316658e20095 100644 (file)
@@ -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()) {