]> granicus.if.org Git - gc/blobdiff - gc_cpp.cc
Fix gc_cpp.h file name in comments after renaming
[gc] / gc_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.