Skip to content

Commit 51f76eb

Browse files
committed
Fix typo
1 parent 6b6b729 commit 51f76eb

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/cext/PythonCextErrBuiltins.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ static Object doGeneric(Object pType, Object pValue, Object pTraceback,
216216
assert exceptionState[0] != null;
217217
assert exceptionState[1] != null;
218218
/*
219-
* NOTE: We need cannot use 'WriteObjectNewRefNode' because we are writing to out
219+
* NOTE: We cannot use 'WriteObjectNewRefNode' because we are writing to out
220220
* variables (C type 'PyObject **out') where the previous value (i.e. '*out') of
221221
* those is unspecified. 'WriteObjectNewRefNode' would try to decref the previous
222222
* object and we MUST NOT do that. Therefore, we use the combination of

0 commit comments

Comments
 (0)