Merge remote-tracking branch 'origin/GP-0_ryanmkurtz_PR-2082_astrelsky_RttiAnalyzerTypo'

This commit is contained in:
ghidra1 2021-02-16 14:32:42 -05:00
commit b653d6ba3f

View file

@ -218,7 +218,7 @@ public class RttiAnalyzer extends AbstractAnalyzer {
int rtti0PointerOffset = Rtti4Model.getRtti0PointerComponentOffset();
MemoryBytePatternSearcher searcher = new MemoryBytePatternSearcher("RTTI0 refernces");
MemoryBytePatternSearcher searcher = new MemoryBytePatternSearcher("RTTI0 references");
for (Address rtti0Address : rtti0Locations) {
byte[] bytes;