]> 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>
Mon, 10 Apr 2017 22:17:29 +0000 (01: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 7adbd04014dcc3425b38d9588738964117d62f9d..d1420050bf50d1fe1b97e5eebe1b2300e4b0685c 100644 (file)
@@ -2351,7 +2351,7 @@ GC_INNER ptr_t GC_store_debug_info(ptr_t p, word sz, const char *str,
   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);