mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
Fix: 132 typos
Signed-off-by: RoboSchmied <github@roboschmie.de>
This commit is contained in:
parent
211e15bef5
commit
d7cc532fe3
58 changed files with 122 additions and 122 deletions
|
@ -42,7 +42,7 @@ typedef struct PACKED_STRUCTURE TestInfo
|
|||
{
|
||||
char id[8]; /* id constains a "Magic Number" which will allow us to find this in a binary */
|
||||
u4 ptrSz; /* how many bytes in a pointer? */
|
||||
u4 byteOrder; /* value 0x01020304 used to detect endianess */
|
||||
u4 byteOrder; /* value 0x01020304 used to detect endianness */
|
||||
void *onPass; /* address of breakOnPass function, (where it goes on test pass) */
|
||||
void *onError; /* address of breakOnError function, (where it goes on test failure) */
|
||||
void *onDone; /* address of breakOnDone function, (where it goes when all test done) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue