Fix a bug.
authorChris Lattner <sabre@nondot.org>
Sat, 19 Feb 2005 02:22:14 +0000 (02:22 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 19 Feb 2005 02:22:14 +0000 (02:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20242 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index 2ad68284a7cbe2ae41645d4b955cbc9a285435b1..88cf2a63237b131f5cf4233b4696d6bcee18c8b5 100644 (file)
@@ -738,7 +738,7 @@ reference to another object, which must live in memory.</p>
       A <a href="#t_pointer">pointer</a> to <a href="#t_array">array</a> of
       four <tt>int</tt> values<br/>
       A <a href="#t_pointer">pointer</a> to a <a
-      href="#t_function">function</a> that takes an <tt>int</tt>, returning an
+      href="#t_function">function</a> that takes an <tt>int*</tt>, returning an
       <tt>int</tt>.<br/>
     </td>
   </tr>