Allon Mureinik has uploaded a new change for review. Change subject: vm.py: Fix comment regarding MOM and KSM ......................................................................
vm.py: Fix comment regarding MOM and KSM Fixed the comment's typo and grammar mistake. Change-Id: I2e59d230536e176891f25d3bb19d11b90958190e Signed-off-by: Allon Mureinik <[email protected]> --- M vdsm/vm.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/80/18680/1 diff --git a/vdsm/vm.py b/vdsm/vm.py index e0ca8a3..4e2a696 100644 --- a/vdsm/vm.py +++ b/vdsm/vm.py @@ -2026,7 +2026,7 @@ and not self.cif.mom: # If MOM is available, we needn't tell it to adjust KSM # behaviors on VM start/destroy, because the tuning can be - # done automatically acccording its statistical data. + # done automatically according to its statistical data. self.cif.ksmMonitor.adjust() except Exception: if 'recover' not in self.conf: -- To view, visit http://gerrit.ovirt.org/18680 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2e59d230536e176891f25d3bb19d11b90958190e Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
