[Orc][Kaleidoscope] Fix typo in tutorial comment.
authorLang Hames <lhames@gmail.com>
Thu, 19 Feb 2015 05:33:30 +0000 (05:33 +0000)
committerLang Hames <lhames@gmail.com>
Thu, 19 Feb 2015 05:33:30 +0000 (05:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229821 91177308-0d34-0410-b5e6-96231b3b80d8

examples/Kaleidoscope/Orc/fully_lazy/toy.cpp

index 92f4ba22982a478a18c93f9a2da175a2a9cfe0f5..f29a6f52f189d57913023e0fee24d524e2cf8db3 100644 (file)
@@ -1243,7 +1243,7 @@ private:
   }
 
   // This method will take the AST for a function definition and IR-gen a stub
   }
 
   // This method will take the AST for a function definition and IR-gen a stub
-  // for that function that will, on first call, IR-gen the action body of the
+  // for that function that will, on first call, IR-gen the actual body of the
   // function.
   ModuleHandleT irGenStub(std::unique_ptr<FunctionAST> FnAST) {
     // Step 1) IRGen a prototype for the stub. This will have the same type as
   // function.
   ModuleHandleT irGenStub(std::unique_ptr<FunctionAST> FnAST) {
     // Step 1) IRGen a prototype for the stub. This will have the same type as