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 | 13c8a76d9db0f39a544a1eaf3b21f7683c84c545 (patch) | |
tree | 9fb9758518d81c44acbef774906acb595ad607cc /docs/tutorial | |
parent | 3464fa1e7c07a285603b1a57e2f19e0314a0c7a8 (diff) | |
download | external_llvm-13c8a76d9db0f39a544a1eaf3b21f7683c84c545.zip external_llvm-13c8a76d9db0f39a544a1eaf3b21f7683c84c545.tar.gz external_llvm-13c8a76d9db0f39a544a1eaf3b21f7683c84c545.tar.bz2 |
clarify
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43712 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/tutorial')
-rw-r--r-- | docs/tutorial/LangImpl3.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/tutorial/LangImpl3.html b/docs/tutorial/LangImpl3.html index 49e55d3..4209327 100644 --- a/docs/tutorial/LangImpl3.html +++ b/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> |