[libvirt] [PATCH]cgroup: fix a comment typo in vircgroup.c

Michal Privoznik mprivozn at redhat.com
Wed Oct 9 15:36:09 UTC 2013


On 09.10.2013 09:09, Chen Hanxiao wrote:
> From: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
> 
> s/shoule/should
> 
> Signed-off-by: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
> ---
>  src/util/vircgroup.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/util/vircgroup.c b/src/util/vircgroup.c
> index e99caf5..91b8704 100644
> --- a/src/util/vircgroup.c
> +++ b/src/util/vircgroup.c
> @@ -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) {
> 

ACKed and pushed.

Michal




More information about the libvir-list mailing list