summaryrefslogtreecommitdiffstats
path: root/googletest/src/gtest-death-test.cc
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2017-08-02 21:04:33 (GMT)
committerGitHub <noreply@github.com>2017-08-02 21:04:33 (GMT)
commit0cb2eeb5f18ef9e7f94377f9f2ff878fdcef0c99 (patch)
tree4cb48b64401fb30164697703b285e673793dbc01 /googletest/src/gtest-death-test.cc
parent73f321590a7fbc3f88aeba3cda5fd77ff00b47fb (diff)
parent266a185a528bc2061016f133862e9af67fa126ce (diff)
downloadgoogletest-0cb2eeb5f18ef9e7f94377f9f2ff878fdcef0c99.zip
googletest-0cb2eeb5f18ef9e7f94377f9f2ff878fdcef0c99.tar.gz
googletest-0cb2eeb5f18ef9e7f94377f9f2ff878fdcef0c99.tar.bz2
Merge pull request #764 from flyd1005/wip-fix-typo
remove duplicated words
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 fd1cc3f..fca1035 100644
--- a/googletest/src/gtest-death-test.cc
+++ b/googletest/src/gtest-death-test.cc
@@ -1242,7 +1242,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,