]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tests: Fix comment for fake storage pool driver
authorPeter Krempa <pkrempa@redhat.com>
Mon, 2 Dec 2013 12:25:01 +0000 (13:25 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 2 Dec 2013 12:36:09 +0000 (13:36 +0100)
Commit bae124e40ff2b9d4de75d44510619db2c08d548a was accidentaly pushed
without review feedback worked in. Fix it up.

tests/qemuxml2argvtest.c

index 17d4554f4c39415335049294cea36394179f0558..e9a32fbf9d832f66d8ad6c9da2fd157827d8791b 100644 (file)
@@ -227,17 +227,16 @@ fakeStoragePoolIsActive(virStoragePoolPtr pool)
 /* Test storage pool implementation
  *
  * These functions aid testing of storage pool related stuff when creating a
- * qemu command .
+ * qemu command line.
  *
  * There are a few "magic" values to pass to these functions:
  *
- * 1) "inactive" as
- * a pool name for pool lookup creates a inactive pool. All other names are
- * interpreted as file names for files of storagepooltest and are used as the
+ * 1) "inactive" as a pool name to create an inactive pool. All other names are
+ * interpreted as file names in storagepoolxml2xmlout/ and are used as the
  * definition for the pool. If the file doesn't exist the pool doesn't exist.
  *
  * 2) "nonexistent" returns an error while looking up a volume. Otherwise
- * pattern VOLUME_TYPE+VOLUME_PATH can be used to simulate a volume in an pool.
+ * pattern VOLUME_TYPE+VOLUME_PATH can be used to simulate a volume in a pool.
  * This creates a fake path for this volume. If the '+' sign is omitted, block
  * type is assumed.
  */