summaryrefslogtreecommitdiff
path: root/opl/opl.c
diff options
context:
space:
mode:
authorSimon Howard2009-10-01 00:08:48 +0000
committerSimon Howard2009-10-01 00:08:48 +0000
commit4a70f989d2aacabffc2f02017704de042be7418a (patch)
tree7cde42aaf06daba10ecd7278d0d45677e70a776d /opl/opl.c
parentb8b755758cfa1e297332e5edf8e9e166ddf327ac (diff)
downloadchocolate-doom-4a70f989d2aacabffc2f02017704de042be7418a.tar.gz
chocolate-doom-4a70f989d2aacabffc2f02017704de042be7418a.tar.bz2
chocolate-doom-4a70f989d2aacabffc2f02017704de042be7418a.zip
Convert to American English spellings.
Subversion-branch: /branches/opl-branch Subversion-revision: 1700
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)
{