summaryrefslogtreecommitdiff
path: root/opl/opl.c
diff options
context:
space:
mode:
Diffstat (limited to 'opl/opl.c')
-rw-r--r--opl/opl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/opl/opl.c b/opl/opl.c
index 749c19d1..bf999d47 100644
--- a/opl/opl.c
+++ b/opl/opl.c
@@ -236,9 +236,9 @@ void OPL_WriteRegister(int reg, int value)
for (i=0; i<6; ++i)
{
- // An oddity of the Doom OPL code: at startup initialisation,
+ // An oddity of the Doom OPL code: at startup initialization,
// the spacing here is performed by reading from the register
- // port; after initialisation, the data port is read, instead.
+ // port; after initialization, the data port is read, instead.
if (init_stage_reg_writes)
{