mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05:00
cgroup: fix a comment typo in vircgroup.c
s/shoule/should Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
This commit is contained in:
committed by
Michal Privoznik
parent
63b6e59fd0
commit
fc9a416df7
@@ -2431,7 +2431,7 @@ virCgroupGetCpuShares(virCgroupPtr group, unsigned long long *shares)
|
||||
int
|
||||
virCgroupSetCpuCfsPeriod(virCgroupPtr group, unsigned long long cfs_period)
|
||||
{
|
||||
/* The cfs_period shoule be greater or equal than 1ms, and less or equal
|
||||
/* The cfs_period should be greater or equal than 1ms, and less or equal
|
||||
* than 1s.
|
||||
*/
|
||||
if (cfs_period < 1000 || cfs_period > 1000000) {
|
||||
|
||||
Reference in New Issue
Block a user