mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Fixed typos in Pointer DataType description commments
This commit is contained in:
parent
00dbd26511
commit
c8ce4035b1
7 changed files with 7 additions and 7 deletions
|
@ -19,7 +19,7 @@ package ghidra.program.model.data;
|
|||
import ghidra.util.classfinder.ClassTranslator;
|
||||
|
||||
/**
|
||||
* Pointer16 is really a factory for generating 2-byte pointers.
|
||||
* Pointer24 is really a factory for generating 3-byte pointers.
|
||||
*/
|
||||
public class Pointer24DataType extends PointerDataType {
|
||||
static {
|
||||
|
|
|
@ -19,7 +19,7 @@ package ghidra.program.model.data;
|
|||
import ghidra.util.classfinder.ClassTranslator;
|
||||
|
||||
/**
|
||||
* Pointer16 is really a factory for generating 2-byte pointers.
|
||||
* Pointer32 is really a factory for generating 4-byte pointers.
|
||||
*/
|
||||
public class Pointer32DataType extends PointerDataType {
|
||||
static {
|
||||
|
|
|
@ -19,7 +19,7 @@ package ghidra.program.model.data;
|
|||
import ghidra.util.classfinder.ClassTranslator;
|
||||
|
||||
/**
|
||||
* Pointer16 is really a factory for generating 5-byte pointers.
|
||||
* Pointer40 is really a factory for generating 5-byte pointers.
|
||||
*/
|
||||
public class Pointer40DataType extends PointerDataType {
|
||||
static {
|
||||
|
|
|
@ -19,7 +19,7 @@ package ghidra.program.model.data;
|
|||
import ghidra.util.classfinder.ClassTranslator;
|
||||
|
||||
/**
|
||||
* Pointer16 is really a factory for generating 6-byte pointers.
|
||||
* Pointer48 is really a factory for generating 6-byte pointers.
|
||||
*/
|
||||
public class Pointer48DataType extends PointerDataType {
|
||||
static {
|
||||
|
|
|
@ -19,7 +19,7 @@ package ghidra.program.model.data;
|
|||
import ghidra.util.classfinder.ClassTranslator;
|
||||
|
||||
/**
|
||||
* Pointer16 is really a factory for generating 7-byte pointers.
|
||||
* Pointer56 is really a factory for generating 7-byte pointers.
|
||||
*/
|
||||
public class Pointer56DataType extends PointerDataType {
|
||||
static {
|
||||
|
|
|
@ -19,7 +19,7 @@ package ghidra.program.model.data;
|
|||
import ghidra.util.classfinder.ClassTranslator;
|
||||
|
||||
/**
|
||||
* Pointer16 is really a factory for generating 2-byte pointers.
|
||||
* Pointer64 is really a factory for generating 8-byte pointers.
|
||||
*/
|
||||
public class Pointer64DataType extends PointerDataType {
|
||||
static {
|
||||
|
|
|
@ -19,7 +19,7 @@ package ghidra.program.model.data;
|
|||
import ghidra.util.classfinder.ClassTranslator;
|
||||
|
||||
/**
|
||||
* Pointer16 is really a factory for generating 2-byte pointers.
|
||||
* Pointer8 is really a factory for generating 1-byte pointers.
|
||||
*/
|
||||
public class Pointer8DataType extends PointerDataType {
|
||||
static {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue