summaryrefslogtreecommitdiff
path: root/ptr_chck.c
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2016-08-01 10:20:06 +0300
committerIvan Maidanski <ivmai@mail.ru>2016-08-01 10:20:06 +0300
commit91d6136c1331dca9ba66081373ec04879b1e973f (patch)
treee4d96c6f672a9d5a16a8b974a042ee21ecdcb892 /ptr_chck.c
parent012da3f159076fadf828a023786c41aea8537fd4 (diff)
downloadbdwgc-91d6136c1331dca9ba66081373ec04879b1e973f.tar.gz
Fix various typos in comments and documentation
* doc/README.Mac: Fix typo (replace "it's" to "its"). * doc/debugging.html: Likewise. * doc/gcdescr.html: Fix typo ("it performs"). * include/private/gcconfig.h: Fix typo in comment ("its"). * mark.c (INITIAL_MARK_STACK_SIZE): Fix typo in comment ("it wants"). * mark.c (GC_mark_from): Fix typo in comment (double "it"). * misc.c (GC_SLOP): Fix typo in comma (double "saw"). * os_dep.c (GC_get_file_len): Fix typo in comment (missing "buffer"). * ptr_chck.c (GC_is_visible): Add missing comma in comment.
Diffstat (limited to 'ptr_chck.c')
-rw-r--r--ptr_chck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ptr_chck.c b/ptr_chck.c
index 011b27ef..e86378e9 100644
--- a/ptr_chck.c
+++ b/ptr_chck.c
@@ -178,7 +178,7 @@ void (GC_CALLBACK *GC_is_visible_print_proc)(void * p) =
/* Check that p is visible */
/* to the collector as a possibly pointer containing location. */
-/* If it isn't invoke *GC_is_visible_print_proc. */
+/* If it isn't, invoke *GC_is_visible_print_proc. */
/* Returns the argument in all cases. May erroneously succeed */
/* in hard cases. (This is intended for debugging use with */
/* untyped allocations. The idea is that it should be possible, though */