Merge "Fix a typo"

This commit is contained in:
Zuul 2017-10-24 00:21:43 +00:00 committed by Gerrit Code Review
commit 1b1779cc49
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
---
features:
- Added strategy to identify and migrate a Noisy Neighbor - a low priority VM
that negatively affects peformance of a high priority VM by over utilizing
that negatively affects performance of a high priority VM by over utilizing
Last Level Cache.

View File

@ -172,7 +172,7 @@ class NoisyNeighborOptimization(base.Goal):
"""NoisyNeighborOptimization
This goal is used to identify and migrate a Noisy Neighbor -
a low priority VM that negatively affects peformance of a high priority VM
a low priority VM that negatively affects performance of a high priority VM
in terms of IPC by over utilizing Last Level Cache.
"""