summaryrefslogtreecommitdiff
path: root/docs/LangRef.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r--docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index b1af5b3373..71f8d99910 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -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.