Skip to content

Commit f0a778e

Browse files
committed
Fix a typo.
1 parent a670626 commit f0a778e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/image/NativeImageDebugInfoProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,7 @@ public long getSize() {
12781278
}
12791279

12801280
private boolean acceptObjectInfo(ObjectInfo objectInfo) {
1281-
/* This condiiton rejects filler partition objects. */
1281+
/* This condition rejects filler partition objects. */
12821282
return (objectInfo.getPartition().getStartOffset() > 0);
12831283
}
12841284

0 commit comments

Comments
 (0)