mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-25 16:30:19 +08:00
Fixed misspelling of references
This commit is contained in:
+1
-1
@@ -225,7 +225,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;
|
||||
|
||||
Reference in New Issue
Block a user