Skip to content

Commit 791a356

Browse files
committed
Fix typo in a comment
1 parent e6ec1fe commit 791a356

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/objects/type/SpecialMethodSlot.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ static class Flags {
214214
* Values of some slots are always or mostly passed to call node variants that can handle
215215
* {@link BuiltinMethodDescriptor}. This does not hold most notably for slots that are passed to
216216
* {@link com.oracle.graal.python.nodes.call.special.CallVarargsMethodNode}, like
217-
* {@code __new__}. For those we do no allow storing the {@link BuiltinMethodDescriptor} in the
217+
* {@code __new__}. For those we do not allow storing the {@link BuiltinMethodDescriptor} in the
218218
* slot, so that lookup using that slot always resolves to context dependent runtime object,
219219
* such as {@link PBuiltinFunction}.
220220
*

0 commit comments

Comments
 (0)