summaryrefslogtreecommitdiffstats
path: root/googletest/src/gtest.cc
diff options
context:
space:
mode:
authorLi Peng <lip@dtdream.com>2016-04-27 08:41:27 (GMT)
committerLi Peng <lip@dtdream.com>2016-04-27 08:41:27 (GMT)
commit266a185a528bc2061016f133862e9af67fa126ce (patch)
tree7c449c4e5ee8811c5e424003432316921108da49 /googletest/src/gtest.cc
parentd225acc90bc3a8c420a9bcd1f033033c1ccd7fe0 (diff)
downloadgoogletest-266a185a528bc2061016f133862e9af67fa126ce.zip
googletest-266a185a528bc2061016f133862e9af67fa126ce.tar.gz
googletest-266a185a528bc2061016f133862e9af67fa126ce.tar.bz2
remove duplicated wordsrefs/pull/764/head
Signed-off-by: Li Peng <lip@dtdream.com>
Diffstat (limited to 'googletest/src/gtest.cc')
-rw-r--r--googletest/src/gtest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/src/gtest.cc b/googletest/src/gtest.cc
index d882ab2..4df3bd6 100644
--- a/googletest/src/gtest.cc
+++ b/googletest/src/gtest.cc
@@ -1784,7 +1784,7 @@ std::string CodePointToUtf8(UInt32 code_point) {
return str;
}
-// The following two functions only make sense if the the system
+// The following two functions only make sense if the system
// uses UTF-16 for wide string encoding. All supported systems
// with 16 bit wchar_t (Windows, Cygwin, Symbian OS) do use UTF-16.