Skip to content

Commit 760957d

Browse files
committed
[Truffle] Typo in TODO comment.
1 parent 4644d33 commit 760957d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/java/org/jruby/truffle/nodes/core/KernelNodes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1961,7 +1961,7 @@ public SystemNode(SystemNode prev) {
19611961
public boolean system(RubyString command) {
19621962
notDesignedForCompilation();
19631963

1964-
// TOOD(CS 5-JAN-15): very simplistic implementation
1964+
// TODO(CS 5-JAN-15): very simplistic implementation
19651965

19661966
final RubyHash env = getContext().getCoreLibrary().getENV();
19671967

0 commit comments

Comments
 (0)