From 30cda1d3e5b9195fbd1f23a3af4480666c750a34 Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Thu, 24 Nov 2016 09:24:01 -0500 Subject: A round of spelling/typographical fixes to source comments (nw) --- src/mame/machine/fd1094.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mame/machine/fd1094.cpp') diff --git a/src/mame/machine/fd1094.cpp b/src/mame/machine/fd1094.cpp index bdf0a430e5b..8452bf20e77 100644 --- a/src/mame/machine/fd1094.cpp +++ b/src/mame/machine/fd1094.cpp @@ -771,7 +771,7 @@ uint16_t fd1094_device::decrypt_one(offs_t address, uint16_t val, const uint8_t else key_F = BIT(mainkey,6); // the CPU has been verified to produce different results when fetching opcodes - // from 0000-0006 than when fetching the inital SP and PC on reset. + // from 0000-0006 than when fetching the initial SP and PC on reset. if (vector_fetch) { if (address <= 3) gkey3 = 0x00; // supposed to always be the case -- cgit v1.2.3