]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
fix comment typo: s/contains/continues/
authorJim Meyering <meyering@redhat.com>
Fri, 23 Jan 2009 14:18:43 +0000 (14:18 +0000)
committerJim Meyering <meyering@redhat.com>
Fri, 23 Jan 2009 14:18:43 +0000 (14:18 +0000)
* src/libvirt.c (virStorageVolFree): Correct typo in comment.

ChangeLog
src/libvirt.c

index 7a45345e62bfd7a3223b658ef08e2ad905fd7805..b9231040def043bda633e200eaf19ee54b16300b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 Fri Jan 23 14:22:03 +0100 2009 Jim Meyering <meyering@redhat.com>
 
+       fix comment typo: s/contains/continues/
+       * src/libvirt.c (virStorageVolFree): Correct typo in comment.
+
        qemud: don't dereference NULL on failed virGetUserDirectory
        * qemud/qemud.c (qemudInitPaths): Return right away,
        upon virGetUserDirectory failure.
index 95f33b4dd9947237146010e20b6062287b96b456..71df57d283826012dff74ab299921e1057bf6c1a 100644 (file)
@@ -2,7 +2,7 @@
  * libvirt.c: Main interfaces for the libvirt library to handle virtualization
  *           domains from a process running in domain 0
  *
- * Copyright (C) 2005,2006,2008 Red Hat, Inc.
+ * Copyright (C) 2005,2006,2008,2009 Red Hat, Inc.
  *
  * See COPYING.LIB for the License of this software
  *
@@ -6714,7 +6714,7 @@ error:
  * @vol: pointer to storage volume
  *
  * Release the storage volume handle. The underlying
- * storage volume contains to exist
+ * storage volume continues to exist.
  *
  * Return 0 on success, or -1 on error
  */
@@ -7364,5 +7364,3 @@ error:
     virSetConnError(conn);
     return -1;
 }
-
-