summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2002-10-29 23:06:16 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2002-10-29 23:06:16 +0000
commita3bbcb5b664c1c851b87392119608901b2e1837c (patch)
treefa3515a4887a8d5ed3812607e7b23832d32d054c /docs
parent81619b121c9a3ff32487343503ad80f2ffe48fc3 (diff)
downloadllvm-a3bbcb5b664c1c851b87392119608901b2e1837c.tar.gz
llvm-a3bbcb5b664c1c851b87392119608901b2e1837c.tar.bz2
llvm-a3bbcb5b664c1c851b87392119608901b2e1837c.tar.xz
Fix spelling of `propagate'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4423 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index bbfe78773e..c180c2a32e 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -621,7 +621,7 @@ that returns a value that does not match the return type of the function.<p>
When the '<tt>ret</tt>' instruction is executed, control flow returns back to
the calling function's context. If the instruction returns a value, that value
-shall be propogated into the calling function's data space.<p>
+shall be propagated into the calling function's data space.<p>
<h5>Example:</h5>
<pre>
@@ -1700,7 +1700,7 @@ more...
<address><a href="mailto:sabre@nondot.org">Chris Lattner</a></address>
<!-- Created: Tue Jan 23 15:19:28 CST 2001 -->
<!-- hhmts start -->
-Last modified: Tue Sep 17 21:34:30 CDT 2002
+Last modified: Tue Oct 29 01:57:05 CST 2002
<!-- hhmts end -->
</font>
</body></html>