Fix a typo

Update the "peformance" to "performance"

Change-Id: Ief94893db2a3d6d83d865cfe2aa45f524309ff8d
This commit is contained in:
caoyuan 2017-10-21 14:53:45 +08:00
parent 84fb7423f1
commit 4a3a50435a
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
--- ---
features: features:
- Added strategy to identify and migrate a Noisy Neighbor - a low priority VM - 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. Last Level Cache.

View File

@ -172,7 +172,7 @@ class NoisyNeighborOptimization(base.Goal):
"""NoisyNeighborOptimization """NoisyNeighborOptimization
This goal is used to identify and migrate a Noisy Neighbor - 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. in terms of IPC by over utilizing Last Level Cache.
""" """