Skip to content

Commit

Permalink
minor typo
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107696 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed Jul 6, 2010
1 parent 9c2e7ca commit 211244a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/LangRef.html
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ <h5>Syntax:</h5>
<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.
Expand Down

0 comments on commit 211244a

Please sign in to comment.