aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/build
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-27 09:47:59 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-27 09:47:59 -0800
commit3486f326866057e98f4a1d6600485bb660fbf814 (patch)
tree26b9c3ffa36d728826ff2777768bc9fc5938c665 /test/build
parent3b0537875f12978b58f664114197bcd80f8b250e (diff)
Fix comment
Diffstat (limited to 'test/build')
-rw-r--r--test/build/c++11.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/build/c++11.cc b/test/build/c++11.cc
index 519395f20a..4822a20e7f 100644
--- a/test/build/c++11.cc
+++ b/test/build/c++11.cc
@@ -31,7 +31,7 @@
*
*/
-/* This is just a compilation test, to see if we have zlib installed. */
+/* This is just a compilation test, to see if we have C++11. */
#include <stdlib.h>
#include <zlib.h>