From: Joel Rosdahl Date: Sun, 26 Jul 2026 09:10:23 +0000 (+0200) Subject: chore: Tweak comment X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=62c2ec9678ef101bbbfec125e43e29935df1a6fd;p=thirdparty%2Fccache.git chore: Tweak comment (cherry picked from commit 590af8e9afbabf71ff7fbc3369c3f040454fade6) --- diff --git a/src/ccache/argsinfo.hpp b/src/ccache/argsinfo.hpp index 83c2a6d17..1b406f12e 100644 --- a/src/ccache/argsinfo.hpp +++ b/src/ccache/argsinfo.hpp @@ -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.