Skip to content

Commit 13ceeda

Browse files
timfelsteve-s
authored andcommitted
Fix comment spelling
1 parent 9057912 commit 13ceeda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime/sequence/storage/MroSequenceStorage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public Object getValue() {
9494

9595
public void setValue(Object value) {
9696
if (PythonUtils.isPrimitive(value)) {
97-
// DynamicObjectStorage does not store the boxes object, but the raw primitive
97+
// DynamicObjectStorage does not store the boxed object, but the raw primitive
9898
// value, so we must protect the boxed object from GC ourselves
9999
valueStrongReference = value;
100100
}

0 commit comments

Comments
 (0)