Skip to content
Snippets Groups Projects
Commit 527930a0 authored by Lukas Stadler's avatar Lukas Stadler
Browse files

small typo in Prod

parent 50e78367
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ public abstract class Prod extends RBuiltinNode {
CompilerDirectives.transferToInterpreterAndInvalidate();
prodRecursive = insert(ProdFactory.create(new RNode[1], getBuiltin(), getSuppliedArgsNames()));
}
// TODO: evantually handle multiple vectors properly
// TODO: eventually handle multiple vectors properly
return prodRecursive.executeObject(frame, args.getValues()[0]);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment