summaryrefslogtreecommitdiff
path: root/include/gc_cpp.h
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2011-07-26 18:04:46 +0400
committerIvan Maidanski <ivmai@mail.ru>2011-07-26 18:04:46 +0400
commitffa0c9ea38b3dd87e91b5ed2118c74002fed6782 (patch)
treef9003135a48276ce8396f87b485b607afbcfc09b /include/gc_cpp.h
parentf4549e6f616d1b976126e1afddde3fb15c88bb08 (diff)
downloadbdwgc-ffa0c9ea38b3dd87e91b5ed2118c74002fed6782.tar.gz
gc6.4 tarball importgc6_4
Diffstat (limited to 'include/gc_cpp.h')
-rw-r--r--include/gc_cpp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gc_cpp.h b/include/gc_cpp.h
index c4d8b50e..4f56f0d9 100644
--- a/include/gc_cpp.h
+++ b/include/gc_cpp.h
@@ -74,7 +74,7 @@ cycle, then that's considered a storage leak, and neither will be
collectable. See the interface gc.h for low-level facilities for
handling such cycles of objects with clean-up.
-The collector cannot guarrantee that it will find all inaccessible
+The collector cannot guarantee that it will find all inaccessible
objects. In practice, it finds almost all of them.