mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-19 16:40:38 -09:00
many doubled words in comments etc, plus some nearby typos
This commit is contained in:
@@ -30,7 +30,7 @@ import ghidra.util.ColorUtils;
|
||||
|
||||
/**
|
||||
* Fields for the ByteViewer. This class extends the SimpleTextField to include
|
||||
* a fieldOffset which corresponds to the column of the the fieldFactory that
|
||||
* a fieldOffset which corresponds to the column of the fieldFactory that
|
||||
* generated it.
|
||||
*/
|
||||
public class ByteField extends SimpleTextField {
|
||||
|
||||
@@ -411,8 +411,8 @@ public class ByteViewerComponent extends FieldPanel implements FieldMouseListene
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the the color of unsaved byte changes
|
||||
* @return the the color of unsaved byte changes
|
||||
* Get the color of unsaved byte changes
|
||||
* @return the color of unsaved byte changes
|
||||
*/
|
||||
Color getEditColor() {
|
||||
return editColor;
|
||||
|
||||
@@ -25,7 +25,7 @@ import ghidra.program.model.address.Address;
|
||||
import ghidra.program.util.ProgramLocation;
|
||||
|
||||
/**
|
||||
* Implementation for a snapshot of the the byte viewer's current view.
|
||||
* Implementation for a snapshot of the byte viewer's current view.
|
||||
*/
|
||||
class ByteViewerState {
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ public class ByteBlockInfo {
|
||||
}
|
||||
|
||||
/**
|
||||
* The the column within the UI byte field
|
||||
* The column within the UI byte field
|
||||
* @return the column
|
||||
*/
|
||||
public int getColumn() {
|
||||
|
||||
Reference in New Issue
Block a user