From a7980c0a089d03dd64606bdc1fdb10cb914a5f4e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 7 May 2002 22:12:36 +0000 Subject: Fix misspelling git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2548 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Analysis/CallGraph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/llvm') diff --git a/include/llvm/Analysis/CallGraph.h b/include/llvm/Analysis/CallGraph.h index 035d4ab..d44fa5f 100644 --- a/include/llvm/Analysis/CallGraph.h +++ b/include/llvm/Analysis/CallGraph.h @@ -126,7 +126,7 @@ public: AU.addProvided(ID); } - // releaseMemory - Data structures can be large, so free memory agressively. + // releaseMemory - Data structures can be large, so free memory aggressively. virtual void releaseMemory() { destroy(); } -- cgit v1.1