Test commit access
authorQuentin Colombet <qcolombet@apple.com>
Tue, 23 Oct 2012 16:03:18 +0000 (16:03 +0000)
committerQuentin Colombet <qcolombet@apple.com>
Tue, 23 Oct 2012 16:03:18 +0000 (16:03 +0000)
llvm-svn: 166481

llvm/examples/Fibonacci/fibonacci.cpp

index cfd9b1e..417ad6f 100644 (file)
@@ -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<Function>(M->getOrInsertFunction("fib", Type::getInt32Ty(Context),