From: Ivan Maidanski Date: Wed, 11 Jan 2017 21:26:25 +0000 (+0300) Subject: Fix gc_allocator.h file name in new_gc_alloc.h comment X-Git-Tag: v7.4.6~191 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cea86044858c34553893bddfd4dc34c9e66d4e0a;p=gc 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. --- diff --git a/include/new_gc_alloc.h b/include/new_gc_alloc.h index 94020cdd..3971c303 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.