Fix gc_allocator.h file name in new_gc_alloc.h comment
authorIvan Maidanski <ivmai@mail.ru>
Wed, 11 Jan 2017 21:26:25 +0000 (00:26 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 11 Jan 2017 21:30:39 +0000 (00:30 +0300)
* include/new_gc_alloc.h: Rename gc_alloc.h to gc_allocator.h in comment;
refine the comment about the STL alloc header.

include/new_gc_alloc.h

index 0833fd8..fc79b5b 100644 (file)
@@ -12,8 +12,8 @@
  */
 
 //
-// This is a revision of gc_alloc.h for SGI STL versions > 3.0
-// Unlike earlier versions, it supplements the standard "alloc.h"
+// This is a revision of gc_allocator.h for SGI STL versions > 3.0.
+// Unlike earlier versions, it supplements the standard (STL) alloc.h
 // instead of replacing it.
 //
 // This is sloppy about variable names used in header files.