diff --git a/src/emu/video/mc6845.c b/src/emu/video/mc6845.c index 5377e5ee9d1..d8dbb86b460 100644 --- a/src/emu/video/mc6845.c +++ b/src/emu/video/mc6845.c @@ -908,7 +908,7 @@ DEVICE_GET_INFO( mc6845 ) case DEVINFO_INT_INLINE_CONFIG_BYTES: info->i = 0; break; case DEVINFO_INT_CLASS: info->i = DEVICE_CLASS_PERIPHERAL; break; - /* --- the following bits of info are returned as pointers to data or functions --- */ + /* --- the following bits of info are returned as pointers to functions --- */ case DEVINFO_FCT_SET_INFO: info->set_info = DEVICE_SET_INFO_NAME(mc6845); break; case DEVINFO_FCT_START: info->start = DEVICE_START_NAME(mc6845); break; case DEVINFO_FCT_STOP: /* Nothing */ break;