summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/atarimo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/atarimo.c')
-rw-r--r--src/mame/video/atarimo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/atarimo.c b/src/mame/video/atarimo.c
index 4cbf756fd3a..aeb0e3d6912 100644
--- a/src/mame/video/atarimo.c
+++ b/src/mame/video/atarimo.c
@@ -660,7 +660,7 @@ bool atari_motion_objects_device::dual_sprite_parameter::set(const atari_motion_
if (!m_upper.set(input.data_upper))
return false;
- // determine teh upper shift amount
+ // determine the upper shift amount
UINT16 temp = m_lower.mask();
m_uppershift = 0;
while (temp != 0)