mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 12:35:17 +00:00
maint: fix comment typos
* src/lxc/lxc_controller.c (virLXCControllerSetupDisk): Fix typo. * src/lxc/lxc_driver.c (lxcDomainAttachDeviceDiskLive): Likewise. Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
8f34f195d0
commit
8de47efd3f
@ -1696,7 +1696,7 @@ static int virLXCControllerSetupDisk(virLXCControllerPtr ctrl,
|
||||
goto cleanup;
|
||||
|
||||
/* Labelling normally operates on src, but we need
|
||||
* to actally label the dst here, so hack the config */
|
||||
* to actually label the dst here, so hack the config */
|
||||
def->src = dst;
|
||||
if (virSecurityManagerSetImageLabel(securityDriver, ctrl->def, def) < 0)
|
||||
goto cleanup;
|
||||
|
@ -2991,7 +2991,7 @@ lxcDomainAttachDeviceDiskLive(virLXCDriverPtr driver,
|
||||
created = true;
|
||||
|
||||
/* Labelling normally operates on src, but we need
|
||||
* to actally label the dst here, so hack the config */
|
||||
* to actually label the dst here, so hack the config */
|
||||
def->src = dst;
|
||||
if (virSecurityManagerSetImageLabel(driver->securityManager,
|
||||
vm->def, def) < 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user