From: zhang bo Date: Sat, 25 Apr 2015 06:10:00 +0000 (+0800) Subject: Fix typo in comment about memory binding X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=21b64552feee8154238a4374bdb6b38d240061aa;p=people%2Fliuw%2Flibxenctrl-split%2Flibvirt.git Fix typo in comment about memory binding rather then -> rather than Signed-off-by: YueWenyuan Signed-off-by: Ján Tomko --- diff --git a/src/lxc/lxc_controller.c b/src/lxc/lxc_controller.c index e144c2d9f..4544cd070 100644 --- a/src/lxc/lxc_controller.c +++ b/src/lxc/lxc_controller.c @@ -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 { diff --git a/src/qemu/qemu_process.c b/src/qemu/qemu_process.c index 7eeee4725..bf1ba69f6 100644 --- a/src/qemu/qemu_process.c +++ b/src/qemu/qemu_process.c @@ -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,