diff --git a/src/libvirt.c b/src/libvirt.c index 63fe7ffee79b965bcb8e2608171b36cba592236b..69e0ea89bacc3cb1ea025521e2efc71fc92baef9 100644 --- a/src/libvirt.c +++ b/src/libvirt.c @@ -1303,7 +1303,7 @@ error: * matching virConnectClose, and all other references will be released * after the corresponding operation completes. * - * The return value is the number of remaining references on success + * Returns the number of remaining references on success * (positive implies that some other call still has a reference open, * 0 implies that no references remain and the connection is closed), * or -1 on failure. It is possible for the last virConnectClose to