From 574305e5feb39dda3e881880759e48ee1b2e14b3 Mon Sep 17 00:00:00 2001 From: Quentin Colombet Date: Tue, 23 Oct 2012 16:03:18 +0000 Subject: [PATCH] Test commit access llvm-svn: 166481 --- examples/Fibonacci/fibonacci.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Fibonacci/fibonacci.cpp b/examples/Fibonacci/fibonacci.cpp index cfd9b1e33cf..417ad6f4b60 100644 --- a/examples/Fibonacci/fibonacci.cpp +++ b/examples/Fibonacci/fibonacci.cpp @@ -37,7 +37,7 @@ using namespace llvm; static Function *CreateFibFunction(Module *M, LLVMContext &Context) { - // Create the fib function and insert it into module M. This function is said + // Create the fib function and insert it into module M. This function is said // to return an int and take an int parameter. Function *FibF = cast(M->getOrInsertFunction("fib", Type::getInt32Ty(Context),