]> granicus.if.org Git - gc/commitdiff
Fix typo in comment at GC_setup_temporary_fault_handler declaration
authorIvan Maidanski <ivmai@mail.ru>
Thu, 23 Mar 2017 00:24:49 +0000 (03:24 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 7 Apr 2017 08:10:32 +0000 (11:10 +0300)
* include/private/gc_priv.h (GC_setup_temporary_fault_handler): Fix typo
in comment (replace trailing ';' with a dot).

include/private/gc_priv.h

index c47f80e9fc310587308026f64ec45abe0e787768..38403379b5ba8f06487798ecd0f47f75ed1b07ef 100644 (file)
@@ -2527,7 +2527,7 @@ GC_INNER ptr_t GC_store_debug_info(ptr_t p, word sz, const char *str,
   GC_EXTERN JMP_BUF GC_jmp_buf;
 
   /* Set up a handler for address faults which will longjmp to  */
-  /* GC_jmp_buf;                                                */
+  /* GC_jmp_buf.                                                */
   GC_INNER void GC_setup_temporary_fault_handler(void);
   /* Undo the effect of GC_setup_temporary_fault_handler.       */
   GC_INNER void GC_reset_fault_handler(void);