diff --git a/docs/LangRef.html b/docs/LangRef.html
index 71f8d999106..b952c4080ac 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -1064,8 +1064,8 @@ declare signext i8 @returns_signed_char()
For further details, please see the discussion of the NoAlias response in
alias analysis.
- Note that this definition of noalias is intentionally
- similar to the definition of restrict in C99 for function
+ Note that this definition of noalias is intentionally
+ similar to the definition of restrict in C99 for function
arguments, though it is slightly weaker.
For function return values, C99's restrict is not meaningful,