]> 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>
Thu, 6 Apr 2017 07:17:58 +0000 (10:17 +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 5e43595766e82b8df82d9bb15cf78c11d4aff504..7a9d083823b17b9bf50507c62afa20af0451bae1 100644 (file)
@@ -2592,7 +2592,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);