Fix typo in comment about memory binding

rather then -> rather than

Signed-off-by: YueWenyuan <yuewenyuan@huawei.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
zhang bo 2015-04-25 14:10:00 +08:00 committed by Ján Tomko
parent a03e2d3a99
commit 21b64552fe
2 changed files with 2 additions and 2 deletions

View 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 {

View 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,