]> 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:47:10 +0000 (13:47 +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 a91be045a18899e89348259e06e3d20070c62768..c66a51374a2257c8ca9a2560fca8d74b45516e0d 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 a6efaa43f321a76b7d3719e4bfd64f8c99d3f58e..48456ad0b9c0de9975ab16c828c0feb9981a7d4e 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)