8285485: Fix typos in corelibs

Reviewed-by: jpai, sundar, naoto, lancea
This commit is contained in:
Magnus Ihse Bursie 2022-05-17 12:10:48 +00:00
parent d8455a0ad4
commit e68024c2d2
101 changed files with 295 additions and 295 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2017, 2022, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -91,7 +91,7 @@ import java.util.Arrays;
* Other lane-wise operations, such as the {@code min} operator, are defined as a
* partially serviced (not a full-service) named operation, where a corresponding
* method on {@code Vector} and/or a subclass provide some but all possible
* overloadings and overrides (commonly the unmasked varient with scalar-broadcast
* overloadings and overrides (commonly the unmasked variant with scalar-broadcast
* overloadings).
*
* Finally, all lane-wise operations (those named as previously described,
@ -2442,7 +2442,7 @@ public abstract class Vector<E> extends jdk.internal.vm.vector.VectorSupport.Vec
*
* @param origin the first input lane to transfer into the slice
* @return the last {@code VLENGTH-origin} input lanes,
* placed starting in the first lane of the ouput,
* placed starting in the first lane of the output,
* padded at the end with zeroes
* @throws ArrayIndexOutOfBoundsException if {@code origin}
* is negative or greater than {@code VLENGTH}

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2017, 2022, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -92,7 +92,7 @@
* Other lane-wise operations, such as the {@code min} operator, are defined as a
* partially serviced (not a full-service) named operation, where a corresponding
* method on {@code Vector} and/or a subclass provide some but all possible
* overloadings and overrides (commonly the unmasked varient with scalar-broadcast
* overloadings and overrides (commonly the unmasked variant with scalar-broadcast
* overloadings).
*
* Finally, all lane-wise operations (those named as previously described,