mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
misspellings of "choosen" and "preceed"
This commit is contained in:
parent
141f96efcc
commit
f531fc0513
21 changed files with 26 additions and 26 deletions
|
@ -343,7 +343,7 @@ public abstract class Field implements Comparable<Field> {
|
|||
|
||||
/**
|
||||
* Write the field to buf at the specified offset. When writing variable length
|
||||
* fields, the length preceeds the actual data.
|
||||
* fields, the length precedes the actual data.
|
||||
* @param buf data buffer
|
||||
* @param offset data offset
|
||||
* @return next available Field offset within buffer, or -1 if end of buffer reached.
|
||||
|
@ -354,7 +354,7 @@ public abstract class Field implements Comparable<Field> {
|
|||
|
||||
/**
|
||||
* Read the field value from buf at the specified offset. When reading variable length
|
||||
* fields, the length preceeds the actual data.
|
||||
* fields, the length precedes the actual data.
|
||||
* @param buf data buffer
|
||||
* @param offset data offset
|
||||
* @return next Field offset within buffer, or -1 if end of buffer reached.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue