diff --git a/src/drawing.cpp b/src/drawing.cpp index 11a643cc0..d58a35e79 100644 --- a/src/drawing.cpp +++ b/src/drawing.cpp @@ -598,7 +598,7 @@ static void set_vblanking_limits(void) bool hardwired = true; if (ecs_agnus) { hardwired = (new_beamcon0 & BEAMCON0_VARVBEN) == 0; - // ECS Denise with exhblank: always use thisline_decision.vb blanking method + // ECS Denise with exthblank: always use thisline_decision.vb blanking method if (ecs_denise && !aga_mode && exthblank) { hardwired = false; }