From: Thomas Huth Date: Sun, 3 Jul 2022 04:57:08 +0000 (+0200) Subject: Fix typos X-Git-Tag: 41000~123^2~1 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=9f9aca070a47d47da9ce747e8314d28c39e7f0df;p=francis%2Fwinuae.git Fix typos --- diff --git a/cputest.cpp b/cputest.cpp index 3bb42a75..c4b6cd99 100644 --- a/cputest.cpp +++ b/cputest.cpp @@ -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; diff --git a/cputest/cputestgen.ini b/cputest/cputestgen.ini index 6d8bcbe6..69e139ae 100644 --- a/cputest/cputestgen.ini +++ b/cputest/cputestgen.ini @@ -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 diff --git a/include/uae/types.h b/include/uae/types.h index 77052d30..50335c79 100644 --- a/include/uae/types.h +++ b/include/uae/types.h @@ -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; diff --git a/jit/compemu_support.cpp b/jit/compemu_support.cpp index 35e08e70..d373bdbd 100644 --- a/jit/compemu_support.cpp +++ b/jit/compemu_support.cpp @@ -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: