Skip to content

Commit 3b9e75b

Browse files
committed
ThreadModuleBuiltins: typo
1 parent 7d9bf05 commit 3b9e75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/modules/ThreadModuleBuiltins.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ long start(VirtualFrame frame, Object cls, Object callable, Object args, Object
197197

198198
try (GilNode.UncachedAcquire gil = GilNode.uncachedAcquire()) {
199199
// n.b.: It is important to pass 'null' frame here because each thread has it's
200-
// ownstack and if we would pass the current frame, this would be connected as
200+
// own stack and if we would pass the current frame, this would be connected as
201201
// a caller which is incorrect. However, the thread-local 'topframeref' is
202202
// initialized with EMPTY which will be picked up.
203203
callNode.execute(null, callable, arguments, keywords);

0 commit comments

Comments
 (0)