]> xenbits.xensource.com Git - libvirt.git/commitdiff
virnetdevopenvswitch: Fix comment to virNetDevOpenvswitchInterfaceGetMaster()
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 12 Apr 2024 10:16:26 +0000 (12:16 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 12 Apr 2024 18:44:40 +0000 (20:44 +0200)
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>
src/util/virnetdevopenvswitch.c

index d836d05845a1d84b31de82377260a02472e39478..7d1cd2517128bb781c46f75fcba5f76aec26a9c3 100644 (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)