]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Tweak comment
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 10 May 2015 12:16:33 +0000 (14:16 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 10 May 2015 12:16:33 +0000 (14:16 +0200)
ccache.c

index c1f4a115135ed03b18a8d95c5b7ebee75d004e20..cb7e72eac9b1f66a251f3d45a82de098393fabd1 100644 (file)
--- a/ccache.c
+++ b/ccache.c
@@ -912,8 +912,7 @@ to_cache(struct args *args)
 
                fd = open(tmp_stderr, O_RDONLY | O_BINARY);
                if (fd != -1) {
-                       /* we can output stderr immediately instead of re-running the
-                        * compiler */
+                       /* We can output stderr immediately instead of rerunning the compiler. */
                        copy_fd(fd, 2);
                        close(fd);
                        tmp_unlink(tmp_stderr);