From fd3f93f96dcb88b1ca590a516839bb20cef9f7ab Mon Sep 17 00:00:00 2001 From: Nathan Woods Date: Wed, 7 Jan 2009 11:41:56 +0000 Subject: [PATCH] Comment fix --- src/emu/video/mc6845.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;