summaryrefslogtreecommitdiff
path: root/ptr_chck.c
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2013-01-23 23:59:19 +0400
committerIvan Maidanski <ivmai@mail.ru>2013-01-23 23:59:19 +0400
commit603c94f734752db9e9d36d1db48c8c258ab510b1 (patch)
tree63f4a54ae41baade7f406cdda320b3c45ed95da8 /ptr_chck.c
parent686957bd4231c30c68056c9522a8f1694d8ad8b5 (diff)
downloadbdwgc-603c94f734752db9e9d36d1db48c8c258ab510b1.tar.gz
Adjust punctuation in comments and documentation
* win32_threads.c (GC_pthread_join): Add a space character after comma in comment. * include/private/gcconfig.h: Likewise. * doc/README.Mac: Likewise. * doc/porting.html: Likewise. * ptr_chck.c (GC_same_obj): Remove redundant comma in comment.
Diffstat (limited to 'ptr_chck.c')
-rw-r--r--ptr_chck.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ptr_chck.c b/ptr_chck.c
index 16662495..308bd531 100644
--- a/ptr_chck.c
+++ b/ptr_chck.c
@@ -30,8 +30,8 @@ void (GC_CALLBACK *GC_same_obj_print_proc) (void *, void *)
/* Check that p and q point to the same object. Call */
/* *GC_same_obj_print_proc if they don't. */
/* Returns the first argument. (Return value may be hard */
-/* to use,due to typing issues. But if we had a suitable */
-/* preprocessor ...) */
+/* to use due to typing issues. But if we had a suitable */
+/* preprocessor...) */
/* Succeeds if neither p nor q points to the heap. */
/* We assume this is performance critical. (It shouldn't */
/* be called by production code, but this can easily make */