From: Ivan Maidanski Date: Thu, 23 Mar 2017 00:24:49 +0000 (+0300) Subject: Fix typo in comment at GC_setup_temporary_fault_handler declaration X-Git-Tag: v7.6.2~237 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd12f2c01aa45e28371319890596588dfbaadc11;p=gc Fix typo in comment at GC_setup_temporary_fault_handler declaration * include/private/gc_priv.h (GC_setup_temporary_fault_handler): Fix typo in comment (replace trailing ';' with a dot). --- diff --git a/include/private/gc_priv.h b/include/private/gc_priv.h index 5e435957..7a9d0838 100644 --- a/include/private/gc_priv.h +++ b/include/private/gc_priv.h @@ -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);