summaryrefslogtreecommitdiffstats
path: root/googletest/src/gtest-death-test.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-death-test.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-death-test.cc')
-rw-r--r--googletest/src/gtest-death-test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/src/gtest-death-test.cc b/googletest/src/gtest-death-test.cc
index a01a369..1943c2f 100644
--- a/googletest/src/gtest-death-test.cc
+++ b/googletest/src/gtest-death-test.cc
@@ -1243,7 +1243,7 @@ int GetStatusFileDescriptor(unsigned int parent_process_id,
reinterpret_cast<HANDLE>(write_handle_as_size_t);
HANDLE dup_write_handle;
- // The newly initialized handle is accessible only in in the parent
+ // The newly initialized handle is accessible only in the parent
// process. To obtain one accessible within the child, we need to use
// DuplicateHandle.
if (!::DuplicateHandle(parent_process_handle.Get(), write_handle,