Fix a comment typo.

This commit is contained in:
Cole Robinson 2009-04-20 11:47:02 -04:00
parent 0f608da66c
commit e4cecfda22

View File

@ -234,7 +234,7 @@ class vmmDomain(gobject.GObject):
self.connection.host_active_processor_count()))
# Due to timing diffs between getting wall time & getting
# the domain's time, its possible to go a tiny bit over
# 100% vutilization. This freaks out users of the data, so
# 100% utilization. This freaks out users of the data, so
# we hard limit it.
if pcentCpuTime > 100.0:
pcentCpuTime = 100.0