From: Quentin Colombet Date: Tue, 23 Oct 2012 16:03:18 +0000 (+0000) Subject: Test commit access X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=92b0d8cf2c51debc7f4fb30a417ae839077a8ed0;p=oota-llvm.git Test commit access git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166481 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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),