mirror of https://gitee.com/openkylin/libvirt.git
Fix typo in header file comment
s/mmeory/memory/ in libvirt.h.in Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
parent
639d5c4966
commit
6a7b663203
|
@ -4456,7 +4456,7 @@ typedef virMemoryParameter *virMemoryParameterPtr;
|
|||
* VIR_NODE_MEMORY_SHARED_PAGES_SHARED:
|
||||
*
|
||||
* Macro for typed parameter that represents how many the shared
|
||||
* mmeory pages are being used.
|
||||
* memory pages are being used.
|
||||
*/
|
||||
# define VIR_NODE_MEMORY_SHARED_PAGES_SHARED "shm_pages_shared"
|
||||
|
||||
|
|
Loading…
Reference in New Issue