]> granicus.if.org Git - gc/commitdiff
Fix gc_cpp.h file name in comments after renaming
authorIvan Maidanski <ivmai@mail.ru>
Fri, 11 Oct 2019 18:14:24 +0000 (21:14 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 11 Oct 2019 18:14:24 +0000 (21:14 +0300)
* gc_cpp.cc: Rename gc_c++.h to gc_cpp.h in the head comment.
* tests/test_cpp.cc: Likewise.

gc_cpp.cc
tests/test_cpp.cc

index 16c1035ff6d76c381d27ac31a4914012bd0c14a3..92a35b92c1e6e27ccb9e513158f8ff58265ee05c 100644 (file)
--- 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.
index 9b36a3aff468fcb34723e40869719725d2b5a2e3..3ee951e45929b887302f0444b7ece8cbafeece1e 100644 (file)
@@ -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