gtest: Update to 1.8.0.
[mesa.git] / src / gtest / src / gtest-test-part.cc
index c60eef3ab353114a9b3f7283815762bb58832766..fb0e35425e1e6f7179d02b93945bdee431b25e4e 100644 (file)
@@ -35,9 +35,9 @@
 
 // Indicates that this translation unit is part of Google Test's
 // implementation.  It must come before gtest-internal-inl.h is
-// included, or there will be a compiler error.  This trick is to
-// prevent a user from accidentally including gtest-internal-inl.h in
-// his code.
+// included, or there will be a compiler error.  This trick exists to
+// prevent the accidental inclusion of gtest-internal-inl.h in the
+// user's code.
 #define GTEST_IMPLEMENTATION_ 1
 #include "src/gtest-internal-inl.h"
 #undef GTEST_IMPLEMENTATION_