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 <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Michal Privoznik 2019-05-24 16:35:39 +02:00
parent e1cb98b4e9
commit 62ec38518f

View 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