many doubled words in comments etc, plus some nearby typos

This commit is contained in:
hippietrail 2024-11-26 01:18:10 +07:00
parent c702d7c66d
commit 13598df8db
208 changed files with 252 additions and 254 deletions

View file

@ -411,7 +411,7 @@ public class DBRecord implements Comparable<DBRecord> {
/**
* Set the field to a null state. For a non-sparse fixed-length column field this will
* set the the value to zero and the null state will not be persisted when stored.
* set the value to zero and the null state will not be persisted when stored.
* @param colIndex field index
* @throws IndexOutOfBoundsException if invalid columnIndex is specified
*/

View file

@ -440,7 +440,7 @@ public abstract class Field implements Comparable<Field> {
/**
* Performs a fast in-place comparison of this field value with another
* field value stored within the specified buffer at the the specified offset.
* field value stored within the specified buffer at the specified offset.
* NOTE: This method will treat all null primitives as 0 although is not intended
* to support such use.
* @param buffer data buffer

View file

@ -1062,7 +1062,7 @@ public class LocalBufferFile implements BufferFile {
* @param in input block stream
* @param out output block stream
* @param monitor progress and cancel monitor
* @throws CancelledException the the operation is cancelled
* @throws CancelledException the operation is cancelled
* @throws IOException if an I/O error occurs
*/
static void completeBlockStreamTransfer(InputBlockStream in, OutputBlockStream out,