From 06c7e0574aa7781478425d171a885603ad365155 Mon Sep 17 00:00:00 2001 From: Kent Sebastian Date: Fri, 10 Oct 2008 15:40:46 -0400 Subject: Functions implementing cache limiting. --- main.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.cxx') diff --git a/main.cxx b/main.cxx index ce4572c1..7e7e32fa 100644 --- a/main.cxx +++ b/main.cxx @@ -1030,7 +1030,7 @@ main (int argc, char * const argv []) << endl; else { - // Update cache. + // Update cache. Cache cleaning is kicked off at the end of this function. if (s.use_cache) add_to_cache(s); -- cgit