diff --git a/docs/LangRef.html b/docs/LangRef.html index 85f8ac97afc..807c7515b49 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -476,7 +476,7 @@ function). Because the block can have no predecessors, it also cannot have any
LLVM functions are identified by their name and type signature. Hence, two functions with the same name but different parameter lists or return values are -considered different functions, and LLVM will resolves references to each +considered different functions, and LLVM will resolve references to each appropriately.
@@ -503,7 +503,7 @@ three address code representations.The primitive types are the fundamental building blocks of the LLVM -system. The current set of primitive types are as follows:
+system. The current set of primitive types is as follows: