Fix "the the" and similar typos.
[oota-llvm.git] / include / llvm / Support / IRBuilder.h
index 9f0dce2ca046fdda4d3f7cf07e42ed2dc446a329..0139793c35f5912f679c1501b8108040a4c2d4bc 100644 (file)
@@ -94,7 +94,7 @@ public:
   //===--------------------------------------------------------------------===//
   
   /// 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 the nul terminated string value
   /// specified.  If Name is specified, it is the name of the global variable
   /// created.
   Value *CreateGlobalString(const char *Str = "", const Twine &Name = "");