[llvm] r229821 - [Orc][Kaleidoscope] Fix typo in tutorial comment.
Lang Hames
lhames at gmail.com
Wed Feb 18 21:33:31 PST 2015
Author: lhames
Date: Wed Feb 18 23:33:30 2015
New Revision: 229821
URL: http://llvm.org/viewvc/llvm-project?rev=229821&view=rev
Log:
[Orc][Kaleidoscope] Fix typo in tutorial comment.
Modified:
llvm/trunk/examples/Kaleidoscope/Orc/fully_lazy/toy.cpp
Modified: llvm/trunk/examples/Kaleidoscope/Orc/fully_lazy/toy.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/examples/Kaleidoscope/Orc/fully_lazy/toy.cpp?rev=229821&r1=229820&r2=229821&view=diff
==============================================================================
--- llvm/trunk/examples/Kaleidoscope/Orc/fully_lazy/toy.cpp (original)
+++ llvm/trunk/examples/Kaleidoscope/Orc/fully_lazy/toy.cpp Wed Feb 18 23:33:30 2015
@@ -1243,7 +1243,7 @@ private:
}
// 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
More information about the llvm-commits
mailing list