diff options
Diffstat (limited to 'lib/VMCore/IRBuilder.cpp')
| -rw-r--r-- | lib/VMCore/IRBuilder.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/IRBuilder.cpp b/lib/VMCore/IRBuilder.cpp index 699bf0f6535e..9f2786e4e38d 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 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) {  | 
