Skip to content

Commit 5e8f611

Browse files
committed
Fix: typo in 'HashingStorageNodes.LenNode'.
1 parent 5f66e4a commit 5e8f611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/common/HashingStorageNodes.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1590,8 +1590,8 @@ public static LenNode create() {
15901590
return LenNodeGen.create();
15911591
}
15921592

1593-
public static LenNode getUnached() {
1594-
return LenNodeGen.getUnached();
1593+
public static LenNode getUncached() {
1594+
return LenNodeGen.getUncached();
15951595
}
15961596
}
15971597
}

0 commit comments

Comments
 (0)