Skip to content

Commit c331a01

Browse files
committed
fix
1 parent 81be944 commit c331a01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • jcl/src/java.base/share/classes/jdk/internal/misc

jcl/src/java.base/share/classes/jdk/internal/misc/Unsafe.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6929,7 +6929,7 @@ public int nullMarkerOffset(Field f) {
69296929
* Reports the kind of layout used for an element in the storage
69306930
* allocation of the given array.
69316931
*
6932-
* @param array array class to inspect
6932+
* @param array array to inspect
69336933
* @return layout kind of the array elements
69346934
*/
69356935
public int arrayLayout(Object[] array) {

0 commit comments

Comments
 (0)