1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:07:35 +00:00

Everywhere: Fix a variety of typos

Spelling fixes found by `codespell`.
This commit is contained in:
Brian Gianforcaro 2022-09-09 14:53:53 -07:00
parent 63c727a4a3
commit d0a1775369
30 changed files with 38 additions and 38 deletions

View file

@ -2223,14 +2223,14 @@ void Instruction::to_string_internal(StringBuilder& builder, u32 origin, SymbolP
append_mnemonic_space();
append_xmm();
append(',');
append_mmrm32(); // FIXME: No Memmory
append_mmrm32(); // FIXME: No Memory
break;
case OP_mm1_xmm2m128:
case OP_mm_xmm:
append_mnemonic_space();
append_mm();
append(',');
append_xmmrm32(); // FIXME: No Memmory
append_xmmrm32(); // FIXME: No Memory
break;
case OP_xmm1_imm8:
append_mnemonic_space();