Inspired by r231891, use gender neutral pronouns in the places I've
[oota-llvm.git] / utils / unittest / googletest / include / gtest / gtest.h
index 07ed92b57c0dca8caa1520c6cf680cec116cb53c..257cee69d584a9afb41c384132db0b894d4bc55d 100644 (file)
@@ -74,7 +74,7 @@
 // define it to 0 to indicate otherwise.
 //
 // If the user's ::std::string and ::string are the same class due to
-// aliasing, he should define GTEST_HAS_GLOBAL_STRING to 0.
+// aliasing, they should define GTEST_HAS_GLOBAL_STRING to 0.
 //
 // If the user doesn't define GTEST_HAS_GLOBAL_STRING, it is defined
 // heuristically.