]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Tweak function comment
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 28 Jul 2020 18:06:26 +0000 (20:06 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 28 Jul 2020 18:06:26 +0000 (20:06 +0200)
src/ccache.cpp

index 7744604ba0b91c3d611237506d1eb5afd8439468..ccae62e1c1c253228eb2369fbe56a830257f0a2a 100644 (file)
@@ -1372,7 +1372,7 @@ option_should_be_ignored(const std::string& arg,
 
 // Update a hash sum with information specific to the direct and preprocessor
 // modes and calculate the result name. Returns the result name on success,
-// otherwise NULL.
+// otherwise nullopt.
 static optional<Digest>
 calculate_result_name(Context& ctx,
                       const Args& args,