summaryrefslogtreecommitdiffstats
path: root/hw/fmopl.h
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2011-12-10 00:19:42 +0100
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>2011-12-14 11:08:20 +0000
commitc11e80e299e57c64934c164b231fa0d4279db445 (patch)
tree1c37946580dd7c2201769d1c6e7474b25ab0be7f /hw/fmopl.h
parentad3d11e6e78f8640c1af6f67420200d8287c3267 (diff)
downloadhqemu-c11e80e299e57c64934c164b231fa0d4279db445.zip
hqemu-c11e80e299e57c64934c164b231fa0d4279db445.tar.gz
fmopl: Fix spelling in code and comments
algorythm->algorithm rythm->rhythm I did not try to fix the coding standard, so checkpatch.pl reports lots of violations. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'hw/fmopl.h')
-rw-r--r--hw/fmopl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/fmopl.h b/hw/fmopl.h
index a01ff90..24ba5f4 100644
--- a/hw/fmopl.h
+++ b/hw/fmopl.h
@@ -110,8 +110,8 @@ typedef struct fm_opl_f {
/* FM channel slots */
OPL_CH *P_CH; /* pointer of CH */
int max_ch; /* maximum channel */
- /* Rythm sention */
- UINT8 rythm; /* Rythm mode , key flag */
+ /* Rhythm sention */
+ UINT8 rhythm; /* Rhythm mode , key flag */
#if BUILD_Y8950
/* Delta-T ADPCM unit (Y8950) */
YM_DELTAT *deltat; /* DELTA-T ADPCM */
OpenPOWER on IntegriCloud