]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Improve comment
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 27 Jul 2022 17:35:54 +0000 (19:35 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 27 Jul 2022 17:36:23 +0000 (19:36 +0200)
src/argprocessing.cpp

index 9a546727a07ddf8585b1cd67d18e2f6048a9d7b3..08c41e91f3f8b9d98ef238f99bddad5e0da426cd 100644 (file)
@@ -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);
   }