]> xenbits.xensource.com Git - libvirt.git/commitdiff
storage: fs: Fix comment for virStorageBackendFileSystemDelete
authorPeter Krempa <pkrempa@redhat.com>
Tue, 10 Dec 2013 14:29:59 +0000 (15:29 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 10 Jan 2014 08:35:30 +0000 (09:35 +0100)
The comment was talking about creating the pool while the function is
deleting it. Fix the mismatch.

src/storage/storage_backend_fs.c

index 95783be500c9f3ea19803943a6c8d7b569693a71..6ebdd46ab9df4dc4cb320784ded1ac45927502e8 100644 (file)
@@ -962,11 +962,9 @@ virStorageBackendFileSystemStop(virConnectPtr conn ATTRIBUTE_UNUSED,
 
 /**
  * @conn connection to report errors against
- * @pool storage pool to build
- *
- * Build a directory or FS based storage pool.
+ * @pool storage pool to delete
  *
- *  - If it is a FS based pool, mounts the unlying source device on the pool
+ * Delete a directory based storage pool
  *
  * Returns 0 on success, -1 on error
  */