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
|
@ -318,7 +318,7 @@
|
|||
<BLOCKQUOTE>
|
||||
<P>This will merge the selected sequences into one sequence. For a given bit
|
||||
position in the merged sequence, if all selected sequences agree on that position
|
||||
the the merge will contain that value, otherwise it will contain a dit in that
|
||||
the merge will contain that value, otherwise it will contain a dit in that
|
||||
position.</P>
|
||||
</BLOCKQUOTE>
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ public class FunctionStartFuncAnalyzer extends FunctionStartAnalyzer {
|
|||
throws CancelledException {
|
||||
|
||||
// check that the check function later property has been set at the functions start
|
||||
// before passing the cut down address set to the real search algorithm to to the correct action
|
||||
// before passing the cut down address set to the real search algorithm to take the correct action
|
||||
AddressSet potentialPreMatches =
|
||||
getOrCreatePotentialMatchPropertyMap(program).getAddressSet();
|
||||
set = set.intersect(potentialPreMatches);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue