]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
maint: fix comment typos
authorEric Blake <eblake@redhat.com>
Thu, 26 Sep 2013 21:40:34 +0000 (15:40 -0600)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 18 Feb 2014 13:55:55 +0000 (13:55 +0000)
* src/lxc/lxc_controller.c (virLXCControllerSetupDisk): Fix typo.
* src/lxc/lxc_driver.c (lxcDomainAttachDeviceDiskLive): Likewise.

Signed-off-by: Eric Blake <eblake@redhat.com>
(cherry picked from commit 8de47efd3fdb27d99bc457cc4163d7b5f8595268)

src/lxc/lxc_controller.c
src/lxc/lxc_driver.c

index 124ab192844ccf690e8cfe0a9e7811066c697d45..5cfb5a37ac746d123ec41754df9af8c4ba04aa92 100644 (file)
@@ -1695,7 +1695,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 6e6b82389d8e34da8389a8f7cc54256182200b87..6d8880181be335e37b5514d037abb0022a51e58c 100644 (file)
@@ -3145,7 +3145,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)