The comment to virNetDevOpenvswitchInterfaceGetMaster() contains
wrong function name. Fix this.

Signed-off-by: Michal Privoznik <mpriv...@redhat.com>
---
 src/util/virnetdevopenvswitch.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/virnetdevopenvswitch.c b/src/util/virnetdevopenvswitch.c
index d836d05845..7d1cd25171 100644
--- a/src/util/virnetdevopenvswitch.c
+++ b/src/util/virnetdevopenvswitch.c
@@ -427,7 +427,7 @@ virNetDevOpenvswitchInterfaceStats(const char *ifname,
 
 
 /**
- * virNetDeOpenvswitchGetMaster:
+ * virNetDevOpenvswitchInterfaceGetMaster:
  * @ifname: name of interface we're interested in
  * @master: used to return a string containing the name of @ifname's "master"
  *          (this is the bridge or bond device that this device is attached to)
-- 
2.43.2
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-le...@lists.libvirt.org

Reply via email to