summaryrefslogtreecommitdiff
path: root/new_hblk.c
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2019-10-04 22:08:07 +0300
committerIvan Maidanski <ivmai@mail.ru>2019-10-04 22:08:07 +0300
commit24ab5515b6dddd936a7606b371a5eb8222f52cb1 (patch)
tree7e8e13055c97de75982b8c9dd2bde99106c2b40e /new_hblk.c
parent872faf2abb6ca65a7f8c0c305ae5bb1b17ec1bd6 (diff)
downloadbdwgc-24ab5515b6dddd936a7606b371a5eb8222f52cb1.tar.gz
Fix GC_new_hblk prototype in a comment
* new_hblk.c: Specify the 2nd argument (kind) of GC_new_hblk in the head comment.
Diffstat (limited to 'new_hblk.c')
-rw-r--r--new_hblk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/new_hblk.c b/new_hblk.c
index 5e3ce068..88de14dd 100644
--- a/new_hblk.c
+++ b/new_hblk.c
@@ -18,7 +18,7 @@
/*
* This file contains the functions:
* ptr_t GC_build_flXXX(h, old_fl)
- * void GC_new_hblk(size)
+ * void GC_new_hblk(size, kind)
*/
#include <stdio.h>