diff options
author | Chris Lattner <sabre@nondot.org> | 2010-07-06 20:51:35 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-07-06 20:51:35 +0000 |
commit | 5eff9ca26ec974c0e2a2d8267db2ee4f3d261edd (patch) | |
tree | c4d7233fa7694c24e7309eae2b6d21fec6edd1f9 /llvm/docs/LangRef.html | |
parent | a64c0a3d226413befe23329dc30959b092a491b3 (diff) | |
download | bcm5719-llvm-5eff9ca26ec974c0e2a2d8267db2ee4f3d261edd.tar.gz bcm5719-llvm-5eff9ca26ec974c0e2a2d8267db2ee4f3d261edd.zip |
minor typo
llvm-svn: 107696
Diffstat (limited to 'llvm/docs/LangRef.html')
-rw-r--r-- | llvm/docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index b1af5b33731..71f8d999106 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/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. |