Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix op name-o.
  • Loading branch information
jnthn committed Apr 11, 2014
1 parent c27ec40 commit f128025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Optimizer.nqp
Expand Up @@ -378,7 +378,7 @@ my class BlockVarOptimizer {
# Have we seen this block (or an inner one) making calls?
has int $!calls;

# Usages of getouterlex.
# Usages of getlexouter.
has @!getlexouter_binds;

# If lowering is, for some reason, poisoned.
Expand Down

0 comments on commit f128025

Please sign in to comment.