Grammar fix: `of course' is separated from the sentences by commas on both
sides.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6019 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/AliasAnalysis.html b/docs/AliasAnalysis.html
index 1cbd5a1..d29ec92 100644
--- a/docs/AliasAnalysis.html
+++ b/docs/AliasAnalysis.html
@@ -210,7 +210,7 @@
 </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>