projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18c5729
)
Fix a bug.
author
Chris Lattner
<sabre@nondot.org>
Sat, 19 Feb 2005 02:22:14 +0000
(
02:22
+0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/docs/LangRef.html
b/docs/LangRef.html
index 2ad68284a7cbe2ae41645d4b955cbc9a285435b1..88cf2a63237b131f5cf4233b4696d6bcee18c8b5 100644
(file)
--- a/
docs/LangRef.html
+++ b/
docs/LangRef.html
@@
-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>