summaryrefslogtreecommitdiff
path: root/backgraph.c
diff options
context:
space:
mode:
authorivmai <ivmai>2010-03-05 14:46:08 +0000
committerIvan Maidanski <ivmai@mail.ru>2011-07-26 21:06:53 +0400
commita0252d680e67c6b60fe4ea67f363c8b111756168 (patch)
treeb7bfea2f5743cc54c6d3d2f7c364e5307a5aea1d /backgraph.c
parentc7047ca9e961af21c6a520a0765d1226ab510377 (diff)
downloadbdwgc-a0252d680e67c6b60fe4ea67f363c8b111756168.tar.gz
2010-03-05 Ivan Maidanski <ivmai@mail.ru> (really Burkhard Linke)
* os_dep.c (GC_get_stack_base): Add LOCK/UNLOCK() (since GC_find_limit_with_bound() should be called with the lock held). * backgraph.c (FOR_EACH_PRED): Fix a typo.
Diffstat (limited to 'backgraph.c')
-rw-r--r--backgraph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backgraph.c b/backgraph.c
index a432757a..c496e003 100644
--- a/backgraph.c
+++ b/backgraph.c
@@ -176,7 +176,7 @@ GC_INLINE void pop_in_progress(ptr_t p)
ptr_t q = GET_OH_BG_PTR(p); \
if (!((word)q & FLAG_MANY)) { \
if (q && !((word)q & 1)) s \
- /* !((word)q & 1) checks for a misnterpreted freelist link */ \
+ /* !((word)q & 1) checks for a misinterpreted freelist link */ \
} else { \
back_edges *orig_be_ = (back_edges *)((word)q & ~FLAG_MANY); \
back_edges *be_ = orig_be_; \