Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix a comment.
  • Loading branch information
jnthn committed Feb 28, 2012
1 parent 3f742fc commit 3a2f19c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/6model/serialization.c
Expand Up @@ -1472,8 +1472,7 @@ static void deserialize_context(PARROT_INTERP, SerializationReader *reader, INTV
VTABLE_set_pmc_keyed_int(interp, reader->contexts_list, row, ctx);
}

/* Deserializes a closure, though without attaching outer (that comes in a
* later step). */
/* Attaches a closure's outer pointer. */
static void attach_closure_outer(PARROT_INTERP, SerializationReader *reader, INTVAL i, PMC *closure) {
char *row = reader->root.closures_table + i * CLOSURES_TABLE_ENTRY_SIZE;
Parrot_Int4 idx = read_int32(row, 8);
Expand Down

0 comments on commit 3a2f19c

Please sign in to comment.