]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
conf: fix comment
authorGiuseppe Scrivano <gscrivan@redhat.com>
Mon, 11 Aug 2014 12:52:49 +0000 (14:52 +0200)
committerGiuseppe Scrivano <gscrivan@redhat.com>
Tue, 19 Aug 2014 19:47:49 +0000 (21:47 +0200)
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
src/conf/domain_conf.h

index 90742f2f4a7ccc45fb6e824d6500e57423030397..4cf56c9425c95f631f5b5d445de683a25444ee65 100644 (file)
@@ -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 */