Fix typo in GC_build_fl_clear2 comment
authorIvan Maidanski <ivmai@mail.ru>
Fri, 23 Dec 2016 16:10:33 +0000 (19:10 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 23 Dec 2016 16:10:33 +0000 (19:10 +0300)
* new_hblk.c [!SMALL_CONFIG] (GC_build_fl_clear2): Fix a typo in
comment ("to").

new_hblk.c

index ac6a118..108bdc0 100644 (file)
@@ -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)
   {