summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2002-09-18 02:35:14 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2002-09-18 02:35:14 +0000
commite6fe6713da95d1d4177d0aec40092a1e1cdaa14f (patch)
treec89c039bc7fcaa78b400b8b80b80065cd42dac1d /docs
parentc4f5bb0fdea2705955675ace144b9599b8dd1645 (diff)
downloadllvm-e6fe6713da95d1d4177d0aec40092a1e1cdaa14f.tar.gz
llvm-e6fe6713da95d1d4177d0aec40092a1e1cdaa14f.tar.bz2
llvm-e6fe6713da95d1d4177d0aec40092a1e1cdaa14f.tar.xz
Fixed grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3805 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 04f3c0e2ae..bbfe78773e 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -771,7 +771,7 @@ This instruction requires several arguments:<p>
<li>'<tt>ptr to function ty</tt>': shall be the signature of the pointer to
function value being invoked. In most cases, this is a direct function
-invocation, but indirect <tt>invoke</tt>'s are just as possible, branching off
+invocation, but indirect <tt>invoke</tt>s are just as possible, branching off
an arbitrary pointer to function value.<p>
<li>'<tt>function ptr val</tt>': An LLVM value containing a pointer to a
@@ -1597,7 +1597,7 @@ invoked. The argument types must match the types implied by this signature.<p>
<li>'<tt>fnptrval</tt>': An LLVM value containing a pointer to a function to be
invoked. In most cases, this is a direct function invocation, but indirect
-<tt>call</tt>'s are just as possible, calling an arbitrary pointer to function
+<tt>call</tt>s are just as possible, calling an arbitrary pointer to function
values.<p>
<li>'<tt>function args</tt>': argument list whose types match the function
@@ -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: Mon Sep 2 19:52:16 CDT 2002
+Last modified: Tue Sep 17 21:34:30 CDT 2002
<!-- hhmts end -->
</font>
</body></html>