Skip to content

Commit

Permalink
[Truffle] Fix typo. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Dec 7, 2014
1 parent 4da8bac commit baf5473
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -81,7 +81,7 @@ public RubyArray splat(RubyNilClass nil) {
@Specialization
public RubyArray splat(VirtualFrame frame, RubyArray array) {
// TODO(cs): is it necessary to dup here in all cases?
// It is needed at least for [*ary] (translated as just a SplatNode) and b = *ary.
// It is needed at least for [*ary] (parsed as just a SplatNode) and b = *ary.
return dup.executeDup(frame, array);
}

Expand Down

0 comments on commit baf5473

Please sign in to comment.