Skip to content

Commit

Permalink
Fix typo in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Jan 12, 2013
1 parent 90ed4cc commit e219a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/6model/sixmodelobject.c
Expand Up @@ -180,7 +180,7 @@ PMC * create_stable(PARROT_INTERP, REPROps *REPR, PMC *HOW) {
return st_pmc;
}

/* Performs a decontainerizing operation onf the passed variable, using
/* Performs a decontainerizing operation on the passed variable, using
* the 6model container API. */
PMC * decontainerize(PARROT_INTERP, PMC *var) {
if (var->vtable->base_type == smo_id) {
Expand Down

0 comments on commit e219a33

Please sign in to comment.