From f1b76e701c285beee5b9e53daa4a37ca849296ed Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Thu, 26 Sep 2013 15:40:34 -0600 Subject: [PATCH] maint: fix comment typos * src/lxc/lxc_controller.c (virLXCControllerSetupDisk): Fix typo. * src/lxc/lxc_driver.c (lxcDomainAttachDeviceDiskLive): Likewise. Signed-off-by: Eric Blake (cherry picked from commit 8de47efd3fdb27d99bc457cc4163d7b5f8595268) Conflicts: src/lxc/lxc_controller.c: No userns support yet --- src/lxc/lxc_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/lxc_driver.c b/src/lxc/lxc_driver.c index 4c135219eb..9c2df83efa 100644 --- a/src/lxc/lxc_driver.c +++ b/src/lxc/lxc_driver.c @@ -3203,7 +3203,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) -- GitLab