diff options
| author | Michael Tokarev <mjt@tls.msk.ru> | 2023-07-14 14:30:34 +0300 |
|---|---|---|
| committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-09-08 13:08:52 +0300 |
| commit | 528ea579c93b19b95c9a190c5ae4d42473401979 (patch) | |
| tree | d8508bc98f8c73b4d1825167007efb54f1398f74 /hw/audio/fmopl.h | |
| parent | 54abe918bcddae5d0a9220a4cd012ada51c5dedc (diff) | |
| download | focaccia-qemu-528ea579c93b19b95c9a190c5ae4d42473401979.tar.gz focaccia-qemu-528ea579c93b19b95c9a190c5ae4d42473401979.zip | |
audio: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'hw/audio/fmopl.h')
| -rw-r--r-- | hw/audio/fmopl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/audio/fmopl.h b/hw/audio/fmopl.h index e008e72d7a..89086b93f4 100644 --- a/hw/audio/fmopl.h +++ b/hw/audio/fmopl.h @@ -69,7 +69,7 @@ typedef struct fm_opl_f { /* FM channel slots */ OPL_CH *P_CH; /* pointer of CH */ int max_ch; /* maximum channel */ - /* Rhythm sention */ + /* Rhythm section */ uint8_t rhythm; /* Rhythm mode , key flag */ /* time tables */ int32_t AR_TABLE[76]; /* attack rate tables */ |