Fix a typo (the the => the)
[oota-llvm.git] / docs / ProgrammersManual.html
index 92ffd5e47374e50e3b2b881e5e8555f690025940..cfcce4d8d21bb874b1c080032bc609e10073e75b 100644 (file)
@@ -3864,7 +3864,7 @@ is its address (after linking) which is guaranteed to be constant.</p>
   *Ty, LinkageTypes Linkage, const std::string &amp;N = "", Module* Parent = 0)</tt>
 
     <p>Constructor used when you need to create new <tt>Function</tt>s to add
-    the the program.  The constructor must specify the type of the function to
+    the program.  The constructor must specify the type of the function to
     create and what type of linkage the function should have. The <a 
     href="#FunctionType"><tt>FunctionType</tt></a> argument
     specifies the formal arguments and return value for the function. The same