Closing tags start with slashes.
authorJohn McCall <rjmccall@apple.com>
Tue, 6 Jul 2010 21:07:14 +0000 (21:07 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 6 Jul 2010 21:07:14 +0000 (21:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107699 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index 71f8d999106ebebdf5a5f9a6c56b82b4babe882b..b952c4080ac5e0d726bd483dbbef3c23559d1049 100644 (file)
@@ -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,