summaryrefslogtreecommitdiff
path: root/gc_cpp.cc
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2019-10-11 21:14:24 +0300
committerIvan Maidanski <ivmai@mail.ru>2019-10-11 21:14:24 +0300
commit32fec29391a4b986784d722f8749ddc02f285f95 (patch)
tree81ee5788f7dbfd2584b2e997c6454b787445582c /gc_cpp.cc
parent3c560d2d8c60a5398fd9952328bb55d37f3298f5 (diff)
downloadbdwgc-32fec29391a4b986784d722f8749ddc02f285f95.tar.gz
Fix gc_cpp.h file name in comments after renaming
* gc_cpp.cc: Rename gc_c++.h to gc_cpp.h in the head comment. * tests/test_cpp.cc: Likewise.
Diffstat (limited to 'gc_cpp.cc')
-rw-r--r--gc_cpp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gc_cpp.cc b/gc_cpp.cc
index 16c1035f..92a35b92 100644
--- a/gc_cpp.cc
+++ b/gc_cpp.cc
@@ -9,7 +9,7 @@
*/
/*************************************************************************
-This implementation module for gc_c++.h provides an implementation of
+This implementation module for gc_cpp.h provides an implementation of
the global operators "new" and "delete" that calls the Boehm
allocator. All objects allocated by this implementation will be
uncollectible but part of the root set of the collector.