1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-07 17:28:15 +00:00

virnetdevopenvswitch: Fix comment to virNetDevOpenvswitchInterfaceGetMaster()

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

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
Michal Privoznik 2024-04-12 12:16:26 +02:00
parent 2e72cfe25d
commit 767d92f098

View File

@ -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)