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.4.6~147 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dac88903c2e8c09c69dfc90181d13614388a122a;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 c47f80e9..38403379 100644 --- a/include/private/gc_priv.h +++ b/include/private/gc_priv.h @@ -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);