]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
conf: fix comment about parsing graphics listen address
authorJán Tomko <jtomko@redhat.com>
Mon, 15 Apr 2013 10:53:41 +0000 (12:53 +0200)
committerJán Tomko <jtomko@redhat.com>
Wed, 17 Apr 2013 19:01:56 +0000 (21:01 +0200)
src/conf/domain_conf.c

index 548368e56fd174737c9adb8df1668eb632ad3ad6..1643f30206c52faeb8435bdea7d7bdaae381c551 100644 (file)
@@ -7291,7 +7291,7 @@ virDomainGraphicsListenDefParseXML(virDomainGraphicsListenDefPtr def,
     if (network && network[0]) {
         if (def->type != VIR_DOMAIN_GRAPHICS_LISTEN_TYPE_NETWORK) {
             /* network='xxx' never makes sense with anything except
-             * type='address' */
+             * type='network' */
             virReportError(VIR_ERR_XML_ERROR, "%s",
                            _("network attribute not allowed when listen type is not network"));
             goto error;