summaryrefslogtreecommitdiff
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
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.
-rw-r--r--gc_cpp.cc2
-rw-r--r--tests/test_cpp.cc2
2 files changed, 2 insertions, 2 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.
diff --git a/tests/test_cpp.cc b/tests/test_cpp.cc
index 9b36a3af..3ee951e4 100644
--- a/tests/test_cpp.cc
+++ b/tests/test_cpp.cc
@@ -14,7 +14,7 @@ the code was modified is included with the above copyright notice.
usage: test_cpp number-of-iterations
This program tries to test the specific C++ functionality provided by
-gc_c++.h that isn't tested by the more general test routines of the
+gc_cpp.h that isn't tested by the more general test routines of the
collector.
A recommended value for number-of-iterations is 10, which will take a