瀏覽代碼

minor comment chagne

David Rose 24 年之前
父節點
當前提交
03d282b54a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      dtool/src/dtoolbase/dallocator.h

+ 2 - 2
dtool/src/dtoolbase/dallocator.h

@@ -54,8 +54,8 @@ public:
 };
 };
 
 
 #elif defined(GNU_STYLE_ALLOCATOR)
 #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>
 template<class Type>
 class dallocator : public allocator<Type> {
 class dallocator : public allocator<Type> {