summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/ymf262.c
diff options
context:
space:
mode:
author Scott Stone <tafoid@users.noreply.github.com>2011-08-23 04:59:11 +0000
committer Scott Stone <tafoid@users.noreply.github.com>2011-08-23 04:59:11 +0000
commitb6cd64c7abb31c4224e72796bcaacf4c752fd717 (patch)
treedfd3bb356988f1e1ed2e006a05e2810301cefc11 /src/emu/sound/ymf262.c
parentadacaf4eeee85405f89ea45e60bc670fe822e777 (diff)
"English doesn't borrow from other languages. English follows other languages down dark alleys, knocks them over and goes through their pockets for loose grammar!"
Hand-checked the most popular English word misspellings and made the appropriate changes. Nearly all of the changes made were in commented areas. (no whatsnew)
Diffstat (limited to 'src/emu/sound/ymf262.c')
-rw-r--r--src/emu/sound/ymf262.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/ymf262.c b/src/emu/sound/ymf262.c
index 87e875b9325..19aa511cdbb 100644
--- a/src/emu/sound/ymf262.c
+++ b/src/emu/sound/ymf262.c
@@ -495,7 +495,7 @@ static unsigned int sin_tab[SIN_LEN * 8];
The whole table takes: 64 * 210 = 13440 samples.
When AM = 1 data is used directly
- When AM = 0 data is divided by 4 before being used (loosing precision is important)
+ When AM = 0 data is divided by 4 before being used (losing precision is important)
*/
#define LFO_AM_TAB_ELEMENTS 210