[libvirt PATCH] syms: fix comment for domain_driver.h

Ján Tomko posted 1 patch 4 years, 1 month ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/9e792e6a3ceaecec5d49e22d401a494c1d0a89fd.1582465093.git.jtomko@redhat.com
src/libvirt_private.syms | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt PATCH] syms: fix comment for domain_driver.h
Posted by Ján Tomko 4 years, 1 month ago
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Fixes: 8595948bc855bc5fb65c8362a5e5832a30f97f7e
---
Pushed as trivial.

 src/libvirt_private.syms | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms
index 28a3553bcf..907cef2390 100644
--- a/src/libvirt_private.syms
+++ b/src/libvirt_private.syms
@@ -1397,7 +1397,7 @@ virDomainCgroupSetupDomainBlkioParameters;
 virDomainCgroupSetupMemtune;
 
 
-# hypervisor/domain_cgroup.h
+# hypervisor/domain_driver.h
 virDomainDriverMergeBlkioDevice;
 virDomainDriverParseBlkioDeviceStr;
 virDomainDriverSetupPersistentDefBlkioParams;
-- 
2.24.1