From: Ewan Mellor Date: Thu, 9 Nov 2006 11:11:38 +0000 (+0000) Subject: Minor tidying. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15567^2~21 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1f926835c30a98c1a114d336f4711734fe4099f8;p=xen.git Minor tidying. Signed-off-by: Ewan Mellor --- diff --git a/tools/libxen/include/xen_host.h b/tools/libxen/include/xen_host.h index 8fada62773..69581574a0 100644 --- a/tools/libxen/include/xen_host.h +++ b/tools/libxen/include/xen_host.h @@ -276,7 +276,7 @@ xen_host_reboot(xen_session *session, xen_host host); /** - * Return a list of all the hosts known to the system + * Return a list of all the hosts known to the system. */ extern bool xen_host_get_all(xen_session *session, struct xen_host_set **result); diff --git a/tools/libxen/include/xen_network.h b/tools/libxen/include/xen_network.h index ca590442eb..98a63d5f9a 100644 --- a/tools/libxen/include/xen_network.h +++ b/tools/libxen/include/xen_network.h @@ -257,7 +257,7 @@ xen_network_set_default_netmask(xen_session *session, xen_network network, char /** - * Return a list of all the networks known to the system + * Return a list of all the networks known to the system. */ extern bool xen_network_get_all(xen_session *session, struct xen_network_set **result); diff --git a/tools/libxen/include/xen_sr.h b/tools/libxen/include/xen_sr.h index 6ecd7d7ebd..c99f43f922 100644 --- a/tools/libxen/include/xen_sr.h +++ b/tools/libxen/include/xen_sr.h @@ -266,7 +266,7 @@ xen_sr_clone(xen_session *session, xen_sr *result, xen_sr sr, char *loc, char *n /** - * Return a list of all the SRs known to the system + * Return a list of all the SRs known to the system. */ extern bool xen_sr_get_all(xen_session *session, struct xen_sr_set **result);