mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-31 19:57:26 +08: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:
+1
-1
@@ -865,7 +865,7 @@ public class PcodeEmitContextTest extends AbstractGhidraHeadlessIntegrationTest
|
||||
refManager.setPrimary(callotherOverrideRef1, true);
|
||||
program.endTransaction(id, true);
|
||||
|
||||
//nothing should change without requesting overrides overrides
|
||||
//nothing should change without requesting overrides
|
||||
assertTrue(equalPcodeOpArrays(unmodified, userTwo.getPcode()));
|
||||
assertTrue(equalPcodeOpArrays(unmodified, userTwo.getPcode(false)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user