mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8284209: Replace remaining usages of 'a the' in source code
Reviewed-by: lancea, wetmore, dfuchs, iris, jjg, ihse
This commit is contained in:
parent
6cc4bb1169
commit
9b7e42c0f0
40 changed files with 72 additions and 74 deletions
|
@ -686,7 +686,7 @@ import java.util.Arrays;
|
|||
* because it is relatively rare to find algorithms where, given two
|
||||
* adjacent vector lanes, one lane is somehow more arithmetically
|
||||
* significant than its neighbor, and even in those cases, there is no
|
||||
* general way to know which neighbor is the the more significant.
|
||||
* general way to know which neighbor is the more significant.
|
||||
*
|
||||
* <p> Putting the terms together, we view the information structure
|
||||
* of a vector as a temporal sequence of lanes ("first", "next",
|
||||
|
@ -2252,7 +2252,7 @@ public abstract class Vector<E> extends jdk.internal.vm.vector.VectorSupport.Vec
|
|||
* <p> The scale must not be so large, and the element size must
|
||||
* not be so small, that that there would be an overflow when
|
||||
* computing any of the {@code N*scale} or {@code VLENGTH*scale},
|
||||
* when the the result is represented using the vector
|
||||
* when the result is represented using the vector
|
||||
* lane type {@code ETYPE}.
|
||||
*
|
||||
* <p>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2017, 2021, 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
|
||||
|
@ -314,7 +314,7 @@ public abstract class VectorMask<E> extends jdk.internal.vm.vector.VectorSupport
|
|||
* return a;
|
||||
* }</pre>
|
||||
*
|
||||
* @return an array containing the the lane elements of this vector
|
||||
* @return an array containing the lane elements of this vector
|
||||
*/
|
||||
public abstract boolean[] toArray();
|
||||
|
||||
|
|
|
@ -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
|
||||
|
@ -412,7 +412,7 @@ public interface VectorSpecies<E> {
|
|||
* Returns a vector of this species
|
||||
* where lane elements are initialized
|
||||
* from the given array at the given offset.
|
||||
* The array must be of the the correct {@code ETYPE}.
|
||||
* The array must be of the correct {@code ETYPE}.
|
||||
*
|
||||
* Equivalent to
|
||||
* {@code IntVector.fromArray(this,a,offset)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue