From: Michal Privoznik Date: Fri, 12 Apr 2024 10:16:26 +0000 (+0200) Subject: virnetdevopenvswitch: Fix comment to virNetDevOpenvswitchInterfaceGetMaster() X-Git-Tag: v10.3.0-rc1~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=767d92f0981025ed483d55183b5190608e28411e;p=thirdparty%2Flibvirt.git virnetdevopenvswitch: Fix comment to virNetDevOpenvswitchInterfaceGetMaster() The comment to virNetDevOpenvswitchInterfaceGetMaster() contains wrong function name. Fix this. Signed-off-by: Michal Privoznik Reviewed-by: Peter Krempa --- 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)