summaryrefslogtreecommitdiffstats
path: root/llvm/utils/unittest/googletest/src
diff options
context:
space:
mode:
authorHiroshi Inoue <inouehrs@jp.ibm.com>2018-01-29 05:17:03 +0000
committerHiroshi Inoue <inouehrs@jp.ibm.com>2018-01-29 05:17:03 +0000
commitc8e924581676b4386e4ab6a28e121d3a5b13c025 (patch)
tree94e44a040ceff8ea1d2c0ecd1fce8cb8c2e7b22d /llvm/utils/unittest/googletest/src
parent1019f8a98e33c56e98592733b2e7e92723b4e404 (diff)
downloadbcm5719-llvm-c8e924581676b4386e4ab6a28e121d3a5b13c025.tar.gz
bcm5719-llvm-c8e924581676b4386e4ab6a28e121d3a5b13c025.zip
[NFC] fix trivial typos in comments and documents
"to to" -> "to" llvm-svn: 323628
Diffstat (limited to 'llvm/utils/unittest/googletest/src')
-rw-r--r--llvm/utils/unittest/googletest/src/gtest-port.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/unittest/googletest/src/gtest-port.cc b/llvm/utils/unittest/googletest/src/gtest-port.cc
index e5bf3dd2be4..6aeef4957cf 100644
--- a/llvm/utils/unittest/googletest/src/gtest-port.cc
+++ b/llvm/utils/unittest/googletest/src/gtest-port.cc
@@ -496,7 +496,7 @@ class ThreadLocalRegistryImpl {
FALSE,
thread_id);
GTEST_CHECK_(thread != NULL);
- // We need to to pass a valid thread ID pointer into CreateThread for it
+ // We need to pass a valid thread ID pointer into CreateThread for it
// to work correctly under Win98.
DWORD watcher_thread_id;
HANDLE watcher_thread = ::CreateThread(
OpenPOWER on IntegriCloud