]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
Fix typo in comment about memory binding
authorzhang bo <oscar.zhangbo@huawei.com>
Sat, 25 Apr 2015 06:10:00 +0000 (14:10 +0800)
committerJán Tomko <jtomko@redhat.com>
Mon, 27 Apr 2015 07:05:29 +0000 (09:05 +0200)
rather then -> rather than

Signed-off-by: YueWenyuan <yuewenyuan@huawei.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
src/lxc/lxc_controller.c
src/qemu/qemu_process.c

index e144c2d9fa8f862d1b997723c2f5ea13866bf2c7..4544cd0701521c1ada82ee48821856248ace042b 100644 (file)
@@ -747,7 +747,7 @@ static int virLXCControllerSetupResourceLimits(virLXCControllerPtr ctrl)
         virCgroupControllerAvailable(VIR_CGROUP_CONTROLLER_CPUSET)) {
         /* Use virNuma* API iff necessary. Once set and child is exec()-ed,
          * there's no way for us to change it. Rely on cgroups (if available
-         * and enabled in the config) rather then virNuma*. */
+         * and enabled in the config) rather than virNuma*. */
         VIR_DEBUG("Relying on CGroups for memory binding");
     } else {
 
index 7eeee47255247b11e8ae2ae0cecb40cd368bc1e4..bf1ba69f63f145f33b8ecf342efe40c04581201c 100644 (file)
@@ -3145,7 +3145,7 @@ static int qemuProcessHook(void *data)
         virCgroupControllerAvailable(VIR_CGROUP_CONTROLLER_CPUSET)) {
         /* Use virNuma* API iff necessary. Once set and child is exec()-ed,
          * there's no way for us to change it. Rely on cgroups (if available
-         * and enabled in the config) rather then virNuma*. */
+         * and enabled in the config) rather than virNuma*. */
         VIR_DEBUG("Relying on CGroups for memory binding");
     } else {
         nodeset = virDomainNumatuneGetNodeset(h->vm->def->numa,