From c11e80e299e57c64934c164b231fa0d4279db445 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 10 Dec 2011 00:19:42 +0100 Subject: 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 Signed-off-by: Stefan Hajnoczi --- hw/fmopl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hw/fmopl.h') 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 */ -- cgit v1.1