From: Giuseppe Scrivano Date: Mon, 11 Aug 2014 12:52:49 +0000 (+0200) Subject: conf: fix comment X-Git-Tag: v1.2.8-rc1~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2143934009de5bcd0d55878b66defff91738034d;p=thirdparty%2Flibvirt.git conf: fix comment Signed-off-by: Giuseppe Scrivano --- diff --git a/src/conf/domain_conf.h b/src/conf/domain_conf.h index 90742f2f4a..4cf56c9425 100644 --- a/src/conf/domain_conf.h +++ b/src/conf/domain_conf.h @@ -752,7 +752,7 @@ struct _virDomainControllerDef { }; -/* Two types of disk backends */ +/* Types of disk backends */ typedef enum { VIR_DOMAIN_FS_TYPE_MOUNT, /* Mounts (binds) a host dir on a guest dir */ VIR_DOMAIN_FS_TYPE_BLOCK, /* Mounts a host block dev on a guest dir */