From 12bdc8bf767469bb678fc0eab78807f637773871 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Thu, 23 Mar 2017 03:24:49 +0300 Subject: [PATCH] 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). --- include/private/gc_priv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/private/gc_priv.h b/include/private/gc_priv.h index 2e1dc16..2c7e787 100644 --- a/include/private/gc_priv.h +++ b/include/private/gc_priv.h @@ -2595,7 +2595,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); -- 2.7.4