From 35521e231034815b6962eff0dbbd8ee132038784 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 23 Jul 2012 08:51:15 +0000 Subject: Fix a typo (the the => the) llvm-svn: 160621 --- llvm/docs/ProgrammersManual.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/docs/ProgrammersManual.html') 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.

*Ty, LinkageTypes Linkage, const std::string &N = "", Module* Parent = 0)

Constructor used when you need to create new Functions 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 FunctionType argument specifies the formal arguments and return value for the function. The same -- cgit v1.2.3