]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Tweak comment
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 26 Jul 2026 09:10:23 +0000 (11:10 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 26 Jul 2026 11:35:16 +0000 (13:35 +0200)
(cherry picked from commit 590af8e9afbabf71ff7fbc3369c3f040454fade6)

src/ccache/argsinfo.hpp

index 83c2a6d17b9fbc413e9354d8dc3a6ded02312610..1b406f12e5067f3ea3639cc0d9cc734ea45da064 100644 (file)
@@ -137,9 +137,9 @@ struct ArgsInfo
   // Name of the custom profile directory or file.
   std::filesystem::path profile_path;
 
-  // Path to the root of the source tree during a profile build.
-  // This path will be stripped from the beginning of the mangled absolute paths
-  // in the gcda file name
+  // Path to the root of the source tree during a profile build. This path will
+  // be stripped from the beginning of the mangled absolute paths in the gcda
+  // file name
   std::filesystem::path profile_prefix_path;
 
   // Profile generation / usage information.