aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/IRBuilder.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-02-10 20:04:19 +0000
committerDan Gohman <gohman@apple.com>2010-02-10 20:04:19 +0000
commitf3b11aa6a72e0c31066a60c2e888e7a5eb5f2399 (patch)
tree2511ac70d1a0f35492b3664aaf04a0be0e52000c /lib/VMCore/IRBuilder.cpp
parentd901690b822fd40adc5eb34f777ee15d689b8d50 (diff)
downloadexternal_llvm-f3b11aa6a72e0c31066a60c2e888e7a5eb5f2399.tar.gz
external_llvm-f3b11aa6a72e0c31066a60c2e888e7a5eb5f2399.tar.bz2
external_llvm-f3b11aa6a72e0c31066a60c2e888e7a5eb5f2399.zip
Fix several comments which had previously been "the the" where a
different word was intended. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95795 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/IRBuilder.cpp')
-rw-r--r--lib/VMCore/IRBuilder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/IRBuilder.cpp b/lib/VMCore/IRBuilder.cpp
index 4bc3cbb2d6..9f2786e4e3 100644
--- a/lib/VMCore/IRBuilder.cpp
+++ b/lib/VMCore/IRBuilder.cpp
@@ -19,7 +19,7 @@
using namespace llvm;
/// CreateGlobalString - Make a new global variable with an initializer that
-/// has array of i8 type filled in the nul terminated string value
+/// has array of i8 type filled in with the nul terminated string value
/// specified. If Name is specified, it is the name of the global variable
/// created.
Value *IRBuilderBase::CreateGlobalString(const char *Str, const Twine &Name) {