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:
Eric Blake 2013-09-26 15:40:34 -06:00
parent 8f34f195d0
commit 8de47efd3f
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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)