summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/uimenu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/uimenu.c')
-rw-r--r--src/emu/uimenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/uimenu.c b/src/emu/uimenu.c
index bbc4bd1be99..9c19131b62f 100644
--- a/src/emu/uimenu.c
+++ b/src/emu/uimenu.c
@@ -3968,7 +3968,7 @@ static void menu_render_triangle(bitmap_t &dest, const bitmap_t &source, const r
{
int dalpha;
- /* first colum we only consume one pixel */
+ /* first column we only consume one pixel */
if (x == 0)
{
dalpha = MIN(0xff, linewidth);