aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/src/gmock-internal-utils.cc
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2017-12-01 16:41:53 -0500
committerGitHub <noreply@github.com>2017-12-01 16:41:53 -0500
commit9e236748fb7c9e0d29cdcae0a9f4e1c062838f48 (patch)
tree1d961a5f52067643ace2651fd3aa8dfbf965e225 /googlemock/src/gmock-internal-utils.cc
parent4d26df729c4172a4786fb4ca509a264dfd9b89dc (diff)
parent247a3d8e5e5d403f7fcacdb8ccc71e5059f15daa (diff)
downloadgoogletest-9e236748fb7c9e0d29cdcae0a9f4e1c062838f48.tar.gz
googletest-9e236748fb7c9e0d29cdcae0a9f4e1c062838f48.tar.bz2
googletest-9e236748fb7c9e0d29cdcae0a9f4e1c062838f48.zip
Merge branch 'master' into master
Diffstat (limited to 'googlemock/src/gmock-internal-utils.cc')
-rw-r--r--googlemock/src/gmock-internal-utils.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/src/gmock-internal-utils.cc b/googlemock/src/gmock-internal-utils.cc
index 6464abc2..91bf3fd9 100644
--- a/googlemock/src/gmock-internal-utils.cc
+++ b/googlemock/src/gmock-internal-utils.cc
@@ -71,7 +71,7 @@ GTEST_API_ string ConvertIdentifierNameToWords(const char* id_name) {
}
// This class reports Google Mock failures as Google Test failures. A
-// user can define another class in a similar fashion if he intends to
+// user can define another class in a similar fashion if they intend to
// use Google Mock with a testing framework other than Google Test.
class GoogleTestFailureReporter : public FailureReporterInterface {
public: