]> xenbits.xensource.com Git - libvirt.git/commitdiff
maint: fix comment typos
authorEric Blake <eblake@redhat.com>
Thu, 26 Sep 2013 21:40:34 +0000 (15:40 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 26 Sep 2013 21:40:34 +0000 (15:40 -0600)
* src/lxc/lxc_controller.c (virLXCControllerSetupDisk): Fix typo.
* src/lxc/lxc_driver.c (lxcDomainAttachDeviceDiskLive): Likewise.

Signed-off-by: Eric Blake <eblake@redhat.com>
src/lxc/lxc_controller.c
src/lxc/lxc_driver.c

index ed73ab0ac7d778650bb8fe6742f50910293620f3..6e3063af6c3c18c562d730f55f60466df731a690 100644 (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;
index 32cc020531d6b56a4db67ad5ce79208bf8146d22..8b13f84f932efc901736792671a9130dd385a41c 100644 (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)