From: Joel Rosdahl Date: Wed, 27 Jul 2022 17:35:54 +0000 (+0200) Subject: chore: Improve comment X-Git-Tag: v4.7~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61648752fb9a8ab3042328b9fb7383219cd5e29b;p=thirdparty%2Fccache.git chore: Improve comment --- diff --git a/src/argprocessing.cpp b/src/argprocessing.cpp index 9a546727a..08c41e91f 100644 --- a/src/argprocessing.cpp +++ b/src/argprocessing.cpp @@ -1323,8 +1323,8 @@ process_args(Context& ctx) // Some options shouldn't be passed to the real compiler when it compiles // preprocessed code: // - // -finput-charset=XXX (otherwise conversion happens twice) - // -x XXX (otherwise the wrong language is selected) + // -finput-charset=CHARSET (otherwise conversion happens twice) + // -x CHARSET (otherwise the wrong language is selected) if (!state.input_charset_option.empty()) { state.cpp_args.push_back(state.input_charset_option); }