From 700fd49e6eaa7459cbb19eb162e48291809cc594 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Wed, 7 May 2003 21:47:16 +0000 Subject: [PATCH] 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 --- docs/AliasAnalysis.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/AliasAnalysis.html b/docs/AliasAnalysis.html index 1cbd5a17992..d29ec927fe0 100644 --- a/docs/AliasAnalysis.html +++ b/docs/AliasAnalysis.html @@ -210,7 +210,7 @@ what type of problem you are trying to solve:

In addition to the pass that you subclass, you should also inherit from the -AliasAnalysis interface of course, and use the +AliasAnalysis interface, of course, and use the RegisterAnalysisGroup template to register as an implementation of AliasAnalysis.

-- 2.34.1