Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo in comment
  • Loading branch information
moritz committed Jul 15, 2011
1 parent 6c8b8d1 commit e707e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/SymbolTable.pm
Expand Up @@ -896,7 +896,7 @@ class Perl6::SymbolTable is HLL::Compiler::SerializationContextBuilder {
pir::setattribute__vPPsP($cont, $cont_type_obj, '$!value', @default_value[0]);
}

# Create meta-attribute isntance and add right away. Also add
# Create meta-attribute instance and add right away. Also add
# it to the SC.
my $attr := $meta_attr.new(:auto_viv_container($cont), |%lit_args, |%obj_args);
$obj.HOW.add_attribute($obj, $attr);
Expand Down

0 comments on commit e707e6e

Please sign in to comment.