]> xenbits.xensource.com Git - libvirt.git/commitdiff
Mon Apr 30 17:58:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 30 Apr 2007 16:55:34 +0000 (16:55 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 30 Apr 2007 16:55:34 +0000 (16:55 +0000)
* src/libvirt.c (virConnectNumOfDefinedDomains): Documentation
  fix (thanks to Jan Michael).

ChangeLog
src/libvirt.c

index a3b8526b2fb38777332702fbac55fc58bcc47fc5..a4c024c463c2357ac06e8c18b1114e06f171928d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Apr 30 17:58:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
+
+       * src/libvirt.c (virConnectNumOfDefinedDomains): Documentation
+         fix (thanks to Jan Michael).
+
 Thu Apr 26 12:20:35 CEST 2007 Daniel Veillard <veillard@redhat.com>
 
        * src/virsh.c: fix virshStrdup to not crash if NULL is passed.
index 35b035ae4b263c51dbb323502ed941c96cd07e17..7f0df8bf0cdc1126c14052f21c2f0498565fe5dd 100644 (file)
@@ -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
  */