]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
virStoragePoolUpdateInactive: Fix variable name in comment
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 24 May 2019 14:35:39 +0000 (16:35 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 22 Aug 2019 15:09:05 +0000 (17:09 +0200)
The function comment mistakenly refers to 'poolptr' when in fact
the variable is named 'objptr'.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/storage/storage_driver.c

index 74a11f4999c1384198424299a3f2a6aa72a69107..4bdb090d78b98338425f698c8ba9200a075ed194 100644 (file)
@@ -113,7 +113,7 @@ storagePoolRefreshImpl(virStorageBackendPtr backend,
 
 /**
  * virStoragePoolUpdateInactive:
- * @poolptr: pointer to a variable holding the pool object pointer
+ * @objptr: pointer to a variable holding the pool object pointer
  *
  * This function is supposed to be called after a pool becomes inactive. The
  * function switches to the new config object for persistent pools. Inactive