Add command guide (It's like a man page translated into html, but without the
[oota-llvm.git] / docs / AliasAnalysis.html
index 1cbd5a17992f851166cb17401548fc86711470be..51a80ef09c00db5ebc74b7d4bd12dbe0195cdbff 100644 (file)
@@ -68,7 +68,7 @@ this class exposes Mod/Ref information from those implementations which can
 provide it, allowing for powerful analyses and transformations to work well
 together.<p>
 
-This document contains information neccesary to successfully implement this
+This document contains information necessary to successfully implement this
 interface, use it, and to test both sides.  It also explains some of the finer
 points about what exactly results mean.  If you feel that something is unclear
 or should be added, please <a href="mailto:sabre@nondot.org">let me know</a>.<p>
@@ -210,7 +210,7 @@ what type of problem you are trying to solve:<p>
 </ol><p>
 
 In addition to the pass that you subclass, you should also inherit from the
-<tt>AliasAnalysis</tt> interface of course, and use the
+<tt>AliasAnalysis</tt> interface, of course, and use the
 <tt>RegisterAnalysisGroup</tt> template to register as an implementation of
 <tt>AliasAnalysis</tt>.<p>