clarify
llvm-svn: 43712
diff --git a/llvm/docs/tutorial/LangImpl3.html b/llvm/docs/tutorial/LangImpl3.html
index 49e55d3..4209327 100644
--- a/llvm/docs/tutorial/LangImpl3.html
+++ b/llvm/docs/tutorial/LangImpl3.html
@@ -533,9 +533,9 @@
</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>