summaryrefslogtreecommitdiff
path: root/docs/AliasAnalysis.html
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-05-07 21:47:16 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-05-07 21:47:16 +0000
commit700fd49e6eaa7459cbb19eb162e48291809cc594 (patch)
treeab45e6944a61bb22dc60e66b72fc04fc450650b9 /docs/AliasAnalysis.html
parentb2abb5a586b50b0ac53618c181241d4c2e45b5f4 (diff)
downloadllvm-700fd49e6eaa7459cbb19eb162e48291809cc594.tar.gz
llvm-700fd49e6eaa7459cbb19eb162e48291809cc594.tar.bz2
llvm-700fd49e6eaa7459cbb19eb162e48291809cc594.tar.xz
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
Diffstat (limited to 'docs/AliasAnalysis.html')
-rw-r--r--docs/AliasAnalysis.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/AliasAnalysis.html b/docs/AliasAnalysis.html
index 1cbd5a1799..d29ec927fe 100644
--- a/docs/AliasAnalysis.html
+++ b/docs/AliasAnalysis.html
@@ -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>