From d4f6b176422713307101ac780b537efdf5c6133a Mon Sep 17 00:00:00 2001
From: Chris Lattner 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.
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: