From: Michal Privoznik Date: Fri, 24 May 2019 14:35:39 +0000 (+0200) Subject: virStoragePoolUpdateInactive: Fix variable name in comment X-Git-Tag: v5.7.0-rc1~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62ec38518f98aec1209a855f669435751e2a23ed;p=thirdparty%2Flibvirt.git virStoragePoolUpdateInactive: Fix variable name in comment The function comment mistakenly refers to 'poolptr' when in fact the variable is named 'objptr'. Signed-off-by: Michal Privoznik Reviewed-by: Ján Tomko --- diff --git a/src/storage/storage_driver.c b/src/storage/storage_driver.c index 74a11f4999..4bdb090d78 100644 --- a/src/storage/storage_driver.c +++ b/src/storage/storage_driver.c @@ -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