From 32918f12914cd9ab932fc2dd0968045e27fb4013 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Thu, 15 May 2014 21:41:21 +0400 Subject: [PATCH] Fix typo in person name in gc_cpp.h comment * include/gc_cpp.h: Fix typo in surname (John Ellis) in comment. --- include/gc_cpp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gc_cpp.h b/include/gc_cpp.h index 6f3fce8..0302439 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 -- 2.7.4