mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-24 14:45:24 +00:00
domain_conf.c:fix a typo
Signed-off-by: Nitesh Konkar <nitkon12@linux.vnet.ibm.com>
This commit is contained in:
parent
f6160483d9
commit
e4b26c75c9
@ -13968,7 +13968,7 @@ void virDomainDiskInsertPreAlloced(virDomainDefPtr def,
|
||||
virDomainDiskDefPtr disk)
|
||||
{
|
||||
int idx;
|
||||
/* Tenatively plan to insert disk at the end. */
|
||||
/* Tentatively plan to insert disk at the end. */
|
||||
int insertAt = -1;
|
||||
|
||||
/* Then work backwards looking for disks on
|
||||
|
Loading…
Reference in New Issue
Block a user