diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-05-07 21:47:16 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-05-07 21:47:16 +0000 |
commit | 700fd49e6eaa7459cbb19eb162e48291809cc594 (patch) | |
tree | ab45e6944a61bb22dc60e66b72fc04fc450650b9 | |
parent | b2abb5a586b50b0ac53618c181241d4c2e45b5f4 (diff) |
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
-rw-r--r-- | docs/AliasAnalysis.html | 2 |
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> |