summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-07-06 20:51:35 +0000
committerChris Lattner <sabre@nondot.org>2010-07-06 20:51:35 +0000
commit211244aa520e158dc2c31bea7277dea475105fa9 (patch)
tree2c3a25b5c858a9242f6b98ff18ed99d6684c34d5 /docs
parent9c2e7ca3513bf41ad4dd9ff807e0d2742f592722 (diff)
downloadllvm-211244aa520e158dc2c31bea7277dea475105fa9.tar.gz
llvm-211244aa520e158dc2c31bea7277dea475105fa9.tar.bz2
llvm-211244aa520e158dc2c31bea7277dea475105fa9.tar.xz
minor typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107696 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-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.