]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
lxc: Fix an improper comment in lxc_process.c
authorChen Hanxiao <chenhanxiao@cn.fujitsu.com>
Mon, 14 Oct 2013 06:22:17 +0000 (14:22 +0800)
committerOsier Yang <jyang@redhat.com>
Mon, 14 Oct 2013 08:15:14 +0000 (16:15 +0800)
Fix the improper comment for the "release" hook.

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
src/lxc/lxc_process.c

index d07ff13a038abf1d5fc4ef924ddf55b7edf12a15..7746c9b8a8346778610515fbaf846bf995465731 100644 (file)
@@ -217,7 +217,7 @@ static void virLXCProcessCleanup(virLXCDriverPtr driver,
     virSystemdTerminateMachine(vm->def->name, "lxc", true);
 
 
-    /* now that we know it's stopped call the hook if present */
+    /* The "release" hook cleans up additional resources */
     if (virHookPresent(VIR_HOOK_DRIVER_LXC)) {
         char *xml = virDomainDefFormat(vm->def, 0);