[REACTOS] Fix typos (#6198)

- Adress -> Address
- Currupted -> Corrupted

3rd-party files are not modified.
This commit is contained in:
Ratin Gao 2023-12-24 04:37:08 +08:00 committed by GitHub
parent f380a51040
commit ffb20d3330
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 28 additions and 28 deletions

View file

@ -347,7 +347,7 @@ RtlpTryToUnwindEpilog(
LocalContext.Rsp = GetReg(&LocalContext, Reg);
/* Get adressing mode */
/* Get addressing mode */
Mod = (Instr >> 22) & 0x3;
if (Mod == 0)
{