From e54c93103b15a808eaf18b77a7438e2bd62bf204 Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 12 Apr 2002 20:39:17 +0000 Subject: [PATCH] minor comment update --- dtool/src/dtoolbase/pallocator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dtool/src/dtoolbase/pallocator.h b/dtool/src/dtoolbase/pallocator.h index 4eac30e222..1f9cb6d39a 100644 --- a/dtool/src/dtoolbase/pallocator.h +++ b/dtool/src/dtoolbase/pallocator.h @@ -53,8 +53,8 @@ public: }; #elif defined(GNU_STYLE_ALLOCATOR) -// Later versions of gcc want to use a still different, nonstandard -// definition. Sheesh. +// Later versions of gcc want to use a still different, +// not-quite-standard definition. Sheesh. template class pallocator : public allocator {