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

Eric Blake eblake at redhat.com
Wed Jun 15 13:47:35 UTC 2011


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.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 619 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20110615/57db2897/attachment-0001.sig>


More information about the libvir-list mailing list