From: Ivan Maidanski Date: Thu, 15 May 2014 17:41:21 +0000 (+0400) Subject: Fix typo in person name in gc_cpp.h comment X-Git-Tag: gc7_6_0~259 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32918f12914cd9ab932fc2dd0968045e27fb4013;p=gc Fix typo in person name in gc_cpp.h comment * include/gc_cpp.h: Fix typo in surname (John Ellis) in comment. --- diff --git a/include/gc_cpp.h b/include/gc_cpp.h index 6f3fce88..0302439d 100644 --- a/include/gc_cpp.h +++ b/include/gc_cpp.h @@ -21,7 +21,7 @@ C++ Interface to the Boehm Collector This interface provides access to the Boehm collector. It provides basic facilities similar to those described in "Safe, Efficient -Garbage Collection for C++", by John R. Elis and David L. Detlefs +Garbage Collection for C++", by John R. Ellis and David L. Detlefs (ftp://ftp.parc.xerox.com/pub/ellis/gc). All heap-allocated objects are either "collectible" or