diff --git a/ChangeLog b/ChangeLog index a3b8526b2f..a4c024c463 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Apr 30 17:58:00 BST 2007 Richard W.M. Jones + + * src/libvirt.c (virConnectNumOfDefinedDomains): Documentation + fix (thanks to Jan Michael). + Thu Apr 26 12:20:35 CEST 2007 Daniel Veillard * src/virsh.c: fix virshStrdup to not crash if NULL is passed. diff --git a/src/libvirt.c b/src/libvirt.c index 35b035ae4b..7f0df8bf0c 100644 --- a/src/libvirt.c +++ b/src/libvirt.c @@ -1497,7 +1497,7 @@ virDomainUndefine(virDomainPtr domain) { * virConnectNumOfDefinedDomains: * @conn: pointer to the hypervisor connection * - * Provides the number of active domains. + * Provides the number of inactive domains. * * Returns the number of domain found or -1 in case of error */