mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
Fix a comment typo.
This commit is contained in:
parent
0f608da66c
commit
e4cecfda22
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user