From 68c6d74fa150e348389d163a0ec2303bbb850819 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 30 Apr 2007 16:55:34 +0000 Subject: [PATCH] Mon Apr 30 17:58:00 BST 2007 Richard W.M. Jones * src/libvirt.c (virConnectNumOfDefinedDomains): Documentation fix (thanks to Jan Michael). --- ChangeLog | 5 +++++ src/libvirt.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 */