projects
/
platform
/
upstream
/
libgc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79bdb1a
)
Fix typo in GC_build_fl_clear2 comment
author
Ivan Maidanski
<ivmai@mail.ru>
Fri, 23 Dec 2016 16:10:33 +0000
(19:10 +0300)
committer
Ivan 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
patch
|
blob
|
history
diff --git
a/new_hblk.c
b/new_hblk.c
index
ac6a118
..
108bdc0
100644
(file)
--- 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 t
po the
*/
+ /* hblk h. Set the last link to be ofl. Return a pointer t
o the
*/
/* first free list entry. */
STATIC ptr_t GC_build_fl_clear2(struct hblk *h, ptr_t ofl)
{