From b572a856e9a55c7e4c766fa4904e362ab8098604 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 15 Feb 2001 00:22:01 +0000 Subject: [PATCH] fixed doc --- src/libCom/cxxTemplates/tsFreeList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libCom/cxxTemplates/tsFreeList.h b/src/libCom/cxxTemplates/tsFreeList.h index f2159d8b0..cc100c7f0 100644 --- a/src/libCom/cxxTemplates/tsFreeList.h +++ b/src/libCom/cxxTemplates/tsFreeList.h @@ -32,7 +32,7 @@ // } // // If you wish to force use of the new operator, then declare your class's -// destructor as a private member function. +// destructor as a protected member function. // #include