summaryrefslogtreecommitdiffstats
path: root/llvm/examples
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2015-02-19 05:33:30 +0000
committerLang Hames <lhames@gmail.com>2015-02-19 05:33:30 +0000
commitc6ba0bf33bccf884eeecf7358576382c96eafb2c (patch)
treeb00bd30a284a7440eb84382d8797cee1c110ec87 /llvm/examples
parentd1e33e7061126d181f63b3e1019cf3f11269deff (diff)
downloadbcm5719-llvm-c6ba0bf33bccf884eeecf7358576382c96eafb2c.tar.gz
bcm5719-llvm-c6ba0bf33bccf884eeecf7358576382c96eafb2c.zip
[Orc][Kaleidoscope] Fix typo in tutorial comment.
llvm-svn: 229821
Diffstat (limited to 'llvm/examples')
-rw-r--r--llvm/examples/Kaleidoscope/Orc/fully_lazy/toy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/examples/Kaleidoscope/Orc/fully_lazy/toy.cpp b/llvm/examples/Kaleidoscope/Orc/fully_lazy/toy.cpp
index 92f4ba22982..f29a6f52f18 100644
--- a/llvm/examples/Kaleidoscope/Orc/fully_lazy/toy.cpp
+++ b/llvm/examples/Kaleidoscope/Orc/fully_lazy/toy.cpp
@@ -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
OpenPOWER on IntegriCloud