diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2017-09-27 12:31:13 (GMT) |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2017-09-27 12:31:13 (GMT) |
commit | b70cf1a663ad30f77ab9867095a87d3d5429450d (patch) | |
tree | ac98f22d19193c60ceecba1aca0c7d824d32f77f /googlemock/src/gmock-spec-builders.cc | |
parent | f1a87d73fc604c5ab8fbb0cc6fa9a86ffd845530 (diff) | |
download | googletest-b70cf1a663ad30f77ab9867095a87d3d5429450d.zip googletest-b70cf1a663ad30f77ab9867095a87d3d5429450d.tar.gz googletest-b70cf1a663ad30f77ab9867095a87d3d5429450d.tar.bz2 |
Use gender-neutral pronouns in comments and docsrefs/pull/1275/head
Diffstat (limited to 'googlemock/src/gmock-spec-builders.cc')
-rw-r--r-- | googlemock/src/gmock-spec-builders.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/googlemock/src/gmock-spec-builders.cc b/googlemock/src/gmock-spec-builders.cc index 0eaaee7..fc4968b 100644 --- a/googlemock/src/gmock-spec-builders.cc +++ b/googlemock/src/gmock-spec-builders.cc @@ -353,10 +353,10 @@ UntypedFunctionMockerBase::UntypedInvokeWith(const void* const untyped_args) // the behavior of ReportUninterestingCall(). const bool need_to_report_uninteresting_call = // If the user allows this uninteresting call, we print it - // only when he wants informational messages. + // only when they want informational messages. reaction == kAllow ? LogIsVisible(kInfo) : // If the user wants this to be a warning, we print it only - // when he wants to see warnings. + // when they want to see warnings. reaction == kWarn ? LogIsVisible(kWarning) : // Otherwise, the user wants this to be an error, and we // should always print detailed information in the error. |