[libvirt] [PATCH] Fix apibuild.py warnings about missing comment headers

Matthias Bolte matthias.bolte at googlemail.com
Wed Jun 15 15:12:42 UTC 2011


2011/6/15 Eric Blake <eblake at redhat.com>:
> On 06/15/2011 07:40 AM, Matthias Bolte wrote:
>> Also improve wording of some comments.
>> ---
>>  include/libvirt/libvirt.h.in |   36 ++++++++++++++++++++++--------------
>>  1 files changed, 22 insertions(+), 14 deletions(-)
>>
>> diff --git a/include/libvirt/libvirt.h.in b/include/libvirt/libvirt.h.in
>> index 8ceafe5..cf1a682 100644
>> --- a/include/libvirt/libvirt.h.in
>> +++ b/include/libvirt/libvirt.h.in
>> @@ -318,33 +318,41 @@ struct _virNodeInfo {
>>  /**
>>   * VIR_CPU_STATS_KERNEL:
>>   *
>> - * Macro for the cumulative CPU time which spends by kernel,
>> - * when the node booting up.(in nanoseconds).
>> + * Macro for the cumulative CPU time which was spend by kernel,
>
> s/spend/spent/
>
>> + * since the node booting up (in nanoseconds).
>>   */
>>  #define VIR_CPU_STATS_KERNEL "kernel"
>>
>>  /**
>> - * The cumulative CPU time which spends by user processes,
>> - * when the node booting up.(in nanoseconds).
>> + * VIR_CPU_STATS_USER:
>> + *
>> + * The cumulative CPU time which was spend by user processes,
>
> s/spend/spent/
>
> ACK with nits fixed.
>

Thanks, pushed with the spelling fixed.

-- 
Matthias Bolte
http://photron.blogspot.com




More information about the libvir-list mailing list