Browse Source

minor comment update

David Rose 24 years ago
parent
commit
e54c93103b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dtool/src/dtoolbase/pallocator.h

+ 2 - 2
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 Type>
 class pallocator : public allocator<Type> {