summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2010-07-06 21:07:14 +0000
committerJohn McCall <rjmccall@apple.com>2010-07-06 21:07:14 +0000
commit191d4ee342230e748e10be6e72d93d876ba6bb33 (patch)
tree9262d08a1b66fb7d5a1d8722f76c9f172daeb06a /docs
parent813eedd2072edc2db3ca8c5306f7f269d372f45a (diff)
downloadllvm-191d4ee342230e748e10be6e72d93d876ba6bb33.tar.gz
llvm-191d4ee342230e748e10be6e72d93d876ba6bb33.tar.bz2
llvm-191d4ee342230e748e10be6e72d93d876ba6bb33.tar.xz
Closing tags start with slashes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107699 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 71f8d99910..b952c4080a 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -1064,8 +1064,8 @@ declare signext i8 @returns_signed_char()
For further details, please see the discussion of the NoAlias response in
<a href="AliasAnalysis.html#MustMayNo">alias analysis</a>.<br>
<br>
- Note that this definition of <tt>noalias<tt> is intentionally
- similar to the definition of <tt>restrict<tt> in C99 for function
+ Note that this definition of <tt>noalias</tt> is intentionally
+ similar to the definition of <tt>restrict</tt> in C99 for function
arguments, though it is slightly weaker.
<br>
For function return values, C99's <tt>restrict</tt> is not meaningful,