aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/include/gmock/gmock-spec-builders.h
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2017-09-27 13:31:13 +0100
committerJonathan Wakely <jwakely@redhat.com>2017-09-27 13:31:13 +0100
commitb70cf1a663ad30f77ab9867095a87d3d5429450d (patch)
treeac98f22d19193c60ceecba1aca0c7d824d32f77f /googlemock/include/gmock/gmock-spec-builders.h
parentf1a87d73fc604c5ab8fbb0cc6fa9a86ffd845530 (diff)
downloadgoogletest-b70cf1a663ad30f77ab9867095a87d3d5429450d.tar.gz
googletest-b70cf1a663ad30f77ab9867095a87d3d5429450d.tar.bz2
googletest-b70cf1a663ad30f77ab9867095a87d3d5429450d.zip
Use gender-neutral pronouns in comments and docs
Diffstat (limited to 'googlemock/include/gmock/gmock-spec-builders.h')
-rw-r--r--googlemock/include/gmock/gmock-spec-builders.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/include/gmock/gmock-spec-builders.h b/googlemock/include/gmock/gmock-spec-builders.h
index 96802444..a8347bd8 100644
--- a/googlemock/include/gmock/gmock-spec-builders.h
+++ b/googlemock/include/gmock/gmock-spec-builders.h
@@ -1774,7 +1774,7 @@ class FunctionMockerBase : public UntypedFunctionMockerBase {
// There is no generally useful and implementable semantics of
// copying a mock object, so copying a mock is usually a user error.
// Thus we disallow copying function mockers. If the user really
- // wants to copy a mock object, he should implement his own copy
+ // wants to copy a mock object, they should implement their own copy
// operation, for example:
//
// class MockFoo : public Foo {