mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-09 22:17:55 -05:00
GP-0: Fixing the remainder of the "psuedo" spellings (#4601)
This commit is contained in:
@@ -145,12 +145,12 @@ public class GBinaryReader {
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the current index to the specified value.
|
||||
* The pointer index will allow the reader
|
||||
* to operate as a psuedo-iterator.
|
||||
*
|
||||
* @param index the byte provider index value
|
||||
*/
|
||||
* Sets the current index to the specified value.
|
||||
* The pointer index will allow the reader
|
||||
* to operate as a pseudo-iterator.
|
||||
*
|
||||
* @param index the byte provider index value
|
||||
*/
|
||||
public void setPointerIndex(long index) {
|
||||
this.currentIndex = index;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user