From 4dc54ec4551454ab0fe8ac6b551c84f31238be36 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Thu, 12 Jan 2017 00:26:25 +0300 Subject: [PATCH] Fix gc_allocator.h file name in new_gc_alloc.h comment * 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/new_gc_alloc.h b/include/new_gc_alloc.h index 0833fd8..fc79b5b 100644 --- a/include/new_gc_alloc.h +++ b/include/new_gc_alloc.h @@ -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. -- 2.7.4