mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
Many typo's
These were found using the command below searching for duplicated words, and manually going through the results to remove the false positives and reword the true positives. Sometimes I removed the doubled word and sometimes I replaced the duplicated word. The grep command: grep -nIEr '\b([a-zA-Z]+)[[:space:]*]+\1\b' ./Ghidra
This commit is contained in:
parent
b7e91e80a2
commit
8303061629
252 changed files with 312 additions and 314 deletions
|
@ -376,7 +376,7 @@ class Trace(Generic[E]):
|
|||
List[str], RemoteResult[Any, List[str]]]:
|
||||
"""Set register values at the given time on.
|
||||
|
||||
values is a dictionary, where each key is a a register name, and
|
||||
values is a dictionary, where each key is a register name, and
|
||||
the value is a byte array. No matter the target architecture,
|
||||
the value is given in big-endian byte order.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue