From: Joel Rosdahl Date: Sun, 10 May 2015 12:16:33 +0000 (+0200) Subject: Tweak comment X-Git-Tag: v3.2.2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=035a4f25eb4d2a857c8c839ad6f67f7b75135322;p=thirdparty%2Fccache.git Tweak comment --- diff --git a/ccache.c b/ccache.c index c1f4a1151..cb7e72eac 100644 --- 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);