minor typo
authorChris Lattner <sabre@nondot.org>
Tue, 6 Jul 2010 20:51:35 +0000 (20:51 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 6 Jul 2010 20:51:35 +0000 (20:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107696 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index b1af5b33731bf446883d1c72641232e6d8ac118e..71f8d999106ebebdf5a5f9a6c56b82b4babe882b 100644 (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.