diff options
| author | Chris Lattner <sabre@nondot.org> | 2007-11-05 17:39:26 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2007-11-05 17:39:26 +0000 |
| commit | 35277968049b2c13b37a9aa0727878836dfafb70 (patch) | |
| tree | 7054fcd03d303714a07325856d054d4f3a202dbd /llvm/docs/tutorial | |
| parent | 3a39ad630adef8253d9e48c93920d33aaee152d3 (diff) | |
| download | bcm5719-llvm-35277968049b2c13b37a9aa0727878836dfafb70.tar.gz bcm5719-llvm-35277968049b2c13b37a9aa0727878836dfafb70.zip | |
clarify
llvm-svn: 43712
Diffstat (limited to 'llvm/docs/tutorial')
| -rw-r--r-- | llvm/docs/tutorial/LangImpl3.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/tutorial/LangImpl3.html b/llvm/docs/tutorial/LangImpl3.html index 49e55d35a98..42093270c6a 100644 --- a/llvm/docs/tutorial/LangImpl3.html +++ b/llvm/docs/tutorial/LangImpl3.html @@ -533,9 +533,9 @@ entry: </pre> </div> -<p>This shows some function calls. Note that the runtime of this function might -be fairly high. In the future we'll add conditional control flow to make -recursion actually be useful :).</p> +<p>This shows some function calls. Note that this function will take a long +time to execute if you call it. In the future we'll add conditional control +flow to make recursion actually be useful :).</p> <div class="doc_code"> <pre> |

