summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ProgrammersManual.html
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2012-07-23 08:51:15 +0000
committerSylvestre Ledru <sylvestre@debian.org>2012-07-23 08:51:15 +0000
commit35521e231034815b6962eff0dbbd8ee132038784 (patch)
tree434141fe9ab99916e5338540fb277099c3bc6020 /llvm/docs/ProgrammersManual.html
parent7f3e84c9fdb9628ba81ecffcc7d40ee1a1de7939 (diff)
downloadbcm5719-llvm-35521e231034815b6962eff0dbbd8ee132038784.tar.gz
bcm5719-llvm-35521e231034815b6962eff0dbbd8ee132038784.zip
Fix a typo (the the => the)
llvm-svn: 160621
Diffstat (limited to 'llvm/docs/ProgrammersManual.html')
-rw-r--r--llvm/docs/ProgrammersManual.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html
index 92ffd5e4737..cfcce4d8d21 100644
--- a/llvm/docs/ProgrammersManual.html
+++ b/llvm/docs/ProgrammersManual.html
@@ -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
OpenPOWER on IntegriCloud