* Keep LiveVariable information more up-to-date and consistent
[oota-llvm.git] / docs / AliasAnalysis.html
index 1cbd5a17992f851166cb17401548fc86711470be..d29ec927fe0462bfffdeff68295961c4e60a726a 100644 (file)
@@ -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>