From: Chris Lattner Date: Tue, 7 May 2002 22:12:36 +0000 (+0000) Subject: Fix misspelling X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a7980c0a089d03dd64606bdc1fdb10cb914a5f4e;p=oota-llvm.git Fix misspelling git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2548 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Analysis/CallGraph.h b/include/llvm/Analysis/CallGraph.h index 035d4abc9c4..d44fa5fc3a7 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(); }