From 5560c9d49ccae132cabf1155f18aa0480dce3eda Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Mon, 18 Aug 2003 14:43:39 +0000 Subject: Spell `necessary' correctly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7944 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/AliasAnalysis.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/AliasAnalysis.html') diff --git a/docs/AliasAnalysis.html b/docs/AliasAnalysis.html index d29ec92..51a80ef 100644 --- a/docs/AliasAnalysis.html +++ b/docs/AliasAnalysis.html @@ -68,7 +68,7 @@ this class exposes Mod/Ref information from those implementations which can provide it, allowing for powerful analyses and transformations to work well together.

-This document contains information neccesary to successfully implement this +This document contains information necessary to successfully implement this interface, use it, and to test both sides. It also explains some of the finer points about what exactly results mean. If you feel that something is unclear or should be added, please let me know.

-- cgit v1.1