[libvirt] [PATCH] delMacvtap: typo fix

Eric Blake eblake at redhat.com
Mon May 10 23:14:50 UTC 2010


* src/util/macvtap.c (delMacvtap): Fix documentation.
---

Pushing as trivial.

 src/util/macvtap.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/util/macvtap.c b/src/util/macvtap.c
index 5d129fd..1f8dd29 100644
--- a/src/util/macvtap.c
+++ b/src/util/macvtap.c
@@ -669,13 +669,13 @@ link_del_exit:

     return rc;
 }


 /**
- * delMacvtapByName:
+ * delMacvtap:
  * @ifname : The name of the macvtap interface
  *
  * Delete an interface given its name.
  */
 void
 delMacvtap(const char *ifname)
-- 
1.7.0.1




More information about the libvir-list mailing list