Fix: 132 typos

Signed-off-by: RoboSchmied <github@roboschmie.de>
This commit is contained in:
RoboSchmied 2024-03-22 02:25:30 +01:00
parent 211e15bef5
commit d7cc532fe3
58 changed files with 122 additions and 122 deletions

View file

@ -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) */