The comment to virNetDevOpenvswitchInterfaceGetMaster() contains
wrong function name. Fix this.
Signed-off-by: Michal Privoznik <mprivozn(a)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