aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtest-internal-inl.h
diff options
context:
space:
mode:
authorkosak <kosak@google.com>2014-06-18 00:22:42 +0000
committerkosak <kosak@google.com>2014-06-18 00:22:42 +0000
commit96ddffe8fdabccb10fb693a54dcb88bd5b71bc09 (patch)
treece5d8e5647e5c70cd0b052ad548ae94ae20431bb /src/gtest-internal-inl.h
parent21ee8a2e72871ca50148657bc217e9b838dcd903 (diff)
downloadgoogletest-96ddffe8fdabccb10fb693a54dcb88bd5b71bc09.tar.gz
googletest-96ddffe8fdabccb10fb693a54dcb88bd5b71bc09.tar.bz2
googletest-96ddffe8fdabccb10fb693a54dcb88bd5b71bc09.zip
Reduce the number of occurrences of gendered pronouns in gtest.
Diffstat (limited to 'src/gtest-internal-inl.h')
-rw-r--r--src/gtest-internal-inl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtest-internal-inl.h b/src/gtest-internal-inl.h
index 41fadb10..0ac7a109 100644
--- a/src/gtest-internal-inl.h
+++ b/src/gtest-internal-inl.h
@@ -40,7 +40,7 @@
// GTEST_IMPLEMENTATION_ is defined to 1 iff the current translation unit is
// part of Google Test's implementation; otherwise it's undefined.
#if !GTEST_IMPLEMENTATION_
-// A user is trying to include this from his code - just say no.
+// If this file is included from the user's code, just say no.
# error "gtest-internal-inl.h is part of Google Test's internal implementation."
# error "It must not be included except by Google Test itself."
#endif // GTEST_IMPLEMENTATION_