mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
many doubled words in comments etc, plus some nearby typos
This commit is contained in:
parent
c702d7c66d
commit
13598df8db
208 changed files with 252 additions and 254 deletions
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue