summaryrefslogtreecommitdiff
path: root/new_hblk.c
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2016-12-23 19:10:33 +0300
committerIvan Maidanski <ivmai@mail.ru>2016-12-23 19:10:33 +0300
commit5db03fed36a3098d6077c30734becccf94b1de66 (patch)
tree3ebcaa45c62eb892e6d6a66d46ec370b1b9a0a2c /new_hblk.c
parent79bdb1a759f16845ffe5352c328e0275f5e2276c (diff)
downloadbdwgc-5db03fed36a3098d6077c30734becccf94b1de66.tar.gz
Fix typo in GC_build_fl_clear2 comment
* new_hblk.c [!SMALL_CONFIG] (GC_build_fl_clear2): Fix a typo in comment ("to").
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 ac6a118d..108bdc05 100644
--- a/new_hblk.c
+++ b/new_hblk.c
@@ -25,7 +25,7 @@
#ifndef SMALL_CONFIG
/* Build a free list for size 2 (words) cleared objects inside */
- /* hblk h. Set the last link to be ofl. Return a pointer tpo the */
+ /* hblk h. Set the last link to be ofl. Return a pointer to the */
/* first free list entry. */
STATIC ptr_t GC_build_fl_clear2(struct hblk *h, ptr_t ofl)
{