diff --git a/chardev/char.c b/chardev/char.c index 996a024c7a2cdb9f59e13d92c4da15fc2cf0acdb..119b54878415968d07c5f3eb57cd150df3633a43 100644 --- a/chardev/char.c +++ b/chardev/char.c @@ -518,7 +518,7 @@ static const ChardevClass *char_get_class(const char *driver, Error **errp) if (object_class_is_abstract(oc)) { error_setg(errp, QERR_INVALID_PARAMETER_VALUE, "driver", - "an abstract device type"); + "a non-abstract device type"); return NULL; }