Grammar fix: `of course' is separated from the sentences by commas on both
authorMisha Brukman <brukman+llvm@gmail.com>
Wed, 7 May 2003 21:47:16 +0000 (21:47 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Wed, 7 May 2003 21:47:16 +0000 (21:47 +0000)
sides.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6019 91177308-0d34-0410-b5e6-96231b3b80d8

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>