summaryrefslogtreecommitdiffstats
path: root/clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp
diff options
context:
space:
mode:
authorHiroshi Inoue <inouehrs@jp.ibm.com>2018-01-29 05:15:18 +0000
committerHiroshi Inoue <inouehrs@jp.ibm.com>2018-01-29 05:15:18 +0000
commit1019f8a98e33c56e98592733b2e7e92723b4e404 (patch)
tree8dee7df96834f22ab10b571b195d446cce8fcaed /clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp
parent448ef746982c9aa8365fa7b4e51cec996c406bbd (diff)
downloadbcm5719-llvm-1019f8a98e33c56e98592733b2e7e92723b4e404.tar.gz
bcm5719-llvm-1019f8a98e33c56e98592733b2e7e92723b4e404.zip
[NFC] fix trivial typos in comments
"to to" -> "to" llvm-svn: 323627
Diffstat (limited to 'clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp')
-rw-r--r--clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp b/clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp
index 6ff4becb503..1df16562445 100644
--- a/clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp
+++ b/clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp
@@ -412,7 +412,7 @@ class ObjectFileHandler final : public FileHandler {
/// read from the buffers.
unsigned NumberOfProcessedInputs = 0;
- /// LLVM context used to to create the auxiliary modules.
+ /// LLVM context used to create the auxiliary modules.
LLVMContext VMContext;
/// LLVM module used to create an object with all the bundle
OpenPOWER on IntegriCloud