conf: fix a comment typo in virDomainVideoDefaultRAM

Signed-off-by: Wang Rui <moon.wangrui@huawei.com>
This commit is contained in:
Wang Rui 2014-12-02 11:55:09 +08:00 committed by Peter Krempa
parent c2d5bca167
commit 82bde4261d

View File

@ -10221,7 +10221,7 @@ virDomainVideoDefaultRAM(const virDomainDef *def,
return 4 * 1024;
case VIR_DOMAIN_VIDEO_TYPE_QXL:
/* QEMU use 64M as the minimal video video memory for qxl device */
/* QEMU use 64M as the minimal video memory for qxl device */
return 64 * 1024;
default: