minor typo

llvm-svn: 107696
This commit is contained in:
Chris Lattner 2010-07-06 20:51:35 +00:00
parent a64c0a3d22
commit 5eff9ca26e
1 changed files with 1 additions and 1 deletions

View File

@ -1066,7 +1066,7 @@ declare signext i8 @returns_signed_char()
<br>
Note that this definition of <tt>noalias<tt> is intentionally
similar to the definition of <tt>restrict<tt> in C99 for function
arguments, thought it is slightly weaker.
arguments, though it is slightly weaker.
<br>
For function return values, C99's <tt>restrict</tt> is not meaningful,
while LLVM's <tt>noalias</tt> is.