]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
driver.h: Fix two driver documentation mistakes
authorWieland Hoffmann <themineo@googlemail.com>
Fri, 22 Jul 2011 15:53:16 +0000 (17:53 +0200)
committerDaniel Veillard <veillard@redhat.com>
Mon, 25 Jul 2011 05:50:32 +0000 (13:50 +0800)
AUTHORS
src/driver.h

diff --git a/AUTHORS b/AUTHORS
index a8b315e308a7092226719ab14c905239b370a0aa..9292fb655acd2ca12fed182af4a6d09d8cd86627 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -187,6 +187,7 @@ Patches have also been contributed by:
   Oskari Saarenmaa     <os@ohmu.fi>
   Peter Krempa         <pkrempa@redhat.com>
   Nan Zhang            <nzhang@redhat.com>
+  Wieland Hoffmann     <themineo@googlemail.com>
 
   [....send patches to get your name here....]
 
index ad9362ef0dacc106dd5d38a2130f1b30475c6ebf..5136fb55ecfaac401341bd1bcfb016af3e795bbf 100644 (file)
@@ -1000,7 +1000,7 @@ typedef virInterfaceDriver *virInterfaceDriverPtr;
 /**
  * _virInterfaceDriver:
  *
- * Structure associated to a network virtualization driver, defining the various
+ * Structure associated to a network interface driver, defining the various
  * entry points for it.
  *
  * All drivers must support the following fields/methods:
@@ -1161,7 +1161,7 @@ typedef virStorageDriver *virStorageDriverPtr;
 /**
  * _virStorageDriver:
  *
- * Structure associated to a network virtualization driver, defining the various
+ * Structure associated to a storage driver, defining the various
  * entry points for it.
  *
  * All drivers must support the following fields/methods: