mirror of https://gitee.com/openkylin/libvirt.git
storage_driver: fix a comment typo
s/rereshed/refreshed Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
This commit is contained in:
parent
fadfcd9164
commit
3a04f73997
|
@ -1998,7 +1998,7 @@ virStorageVolPoolRefreshThread(void *opaque)
|
|||
* to perform a pool refresh.
|
||||
*
|
||||
* @st Pointer to stream being closed.
|
||||
* @opaque Buffer to hold the pool name to be rereshed
|
||||
* @opaque Buffer to hold the pool name to be refreshed
|
||||
*/
|
||||
static void
|
||||
virStorageVolFDStreamCloseCb(virStreamPtr st ATTRIBUTE_UNUSED,
|
||||
|
|
Loading…
Reference in New Issue