]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Fix typos
authorThomas Huth <huth@tuxfamily.org>
Sun, 3 Jul 2022 04:57:08 +0000 (06:57 +0200)
committerThomas Huth <huth@tuxfamily.org>
Sun, 25 Sep 2022 05:23:01 +0000 (07:23 +0200)
cputest.cpp
cputest/cputestgen.ini
include/uae/types.h
jit/compemu_support.cpp

index 3bb42a754c876ea62c0c10f79fd7120efd754218..c4b6cd99b990c54fb868dfcdc7456616475fb224 100644 (file)
@@ -2897,7 +2897,7 @@ static int create_ea_random(uae_u16 *opcodep, uaecptr pc, int mode, int reg, str
                        put_word_test(pc, v);
                        uaecptr pce = pc;
                        pc += 2;
-                       // calculate lenght of extension
+                       // calculate length of extension
                        if (mode == Ad8r && reg == 7 && flagsp) {
                                *flagsp |= EAFLAG_SP;
                        }
@@ -3153,7 +3153,7 @@ static int create_ea_random(uae_u16 *opcodep, uaecptr pc, int mode, int reg, str
                                } else if (dp->mnemo == i_BSR || dp->mnemo == i_DBcc || dp->mnemo == i_Bcc ||
                                        dp->mnemo == i_ORSR || dp->mnemo == i_ANDSR || dp->mnemo == i_EORSR ||
                                        dp->mnemo == i_RTD) {
-                                       // don't try to test all 65536 possibilies..
+                                       // don't try to test all 65536 possibilities..
                                        uae_u16 i16 = imm16_cnt;
                                        put_word_test(pc, imm16_cnt);
                                        imm16_cnt += rand16() & 127;
index 6d8bcbe62ca3f8a16abccbebeb0ff931360f0237..69e139aebf81487de420e91957579cdd340713cb 100644 (file)
@@ -153,7 +153,7 @@ feature_min_interrupt_mask=0
 ; Uses serial port to generate timing interrupt. Requires serial port TX connected to RX.
 ; Generates multiple extra tests.
 ; Used delay instruction: ROL.L D0,D0 (D0 = number of CPU clocks * 2)
-; All test rounds that generate interrupt immediately before or immediately after test instuction
+; All test rounds that generate interrupt immediately before or immediately after test instruction
 ; has been executed are stored. Amiga only.
 feature_interrupts=0
 
index 77052d304e5a988b2d111204a0d0cab273587c3a..50335c792895fe434d0da4704c71ec9fffef2393 100644 (file)
@@ -51,7 +51,7 @@ typedef __uint128_t uae_u128;
 #endif
 
 /* Use uaecptr to represent 32-bit (or 24-bit) addresses into the Amiga
- * address space. This is a 32-bit unsigned int regarless of host arch. */
+ * address space. This is a 32-bit unsigned int regardless of host arch. */
 
 typedef uae_u32 uaecptr;
 
index 35e08e70d5860c26ffeac9f529f81acc614fce65..d373bdbdc01830d23801f1ba53b48cc802eef8ae 100644 (file)
@@ -1259,7 +1259,7 @@ static void ru_fill_ea(regusage *ru, int reg, amodes mode,
                ru_set(write_mode ? &ru->wmask : &ru->rmask, reg);
                break;
        case Ad16:
-               /* skip displacment */
+               /* skip displacement */
                m68k_pc_offset += 2;
        case Aind:
        case Aipi: