driver.h: Fix two driver documentation mistakes

This commit is contained in:
Wieland Hoffmann
2011-07-22 17:53:16 +02:00
committed by Daniel Veillard
parent 2b9efcb3df
commit 2fdf2173f3
2 changed files with 3 additions and 2 deletions

View File

@@ -187,6 +187,7 @@ Patches have also been contributed by:
Oskari Saarenmaa <os@ohmu.fi> Oskari Saarenmaa <os@ohmu.fi>
Peter Krempa <pkrempa@redhat.com> Peter Krempa <pkrempa@redhat.com>
Nan Zhang <nzhang@redhat.com> Nan Zhang <nzhang@redhat.com>
Wieland Hoffmann <themineo@googlemail.com>
[....send patches to get your name here....] [....send patches to get your name here....]

View File

@@ -1000,7 +1000,7 @@ typedef virInterfaceDriver *virInterfaceDriverPtr;
/** /**
* _virInterfaceDriver: * _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. * entry points for it.
* *
* All drivers must support the following fields/methods: * All drivers must support the following fields/methods:
@@ -1161,7 +1161,7 @@ typedef virStorageDriver *virStorageDriverPtr;
/** /**
* _virStorageDriver: * _virStorageDriver:
* *
* Structure associated to a network virtualization driver, defining the various * Structure associated to a storage driver, defining the various
* entry points for it. * entry points for it.
* *
* All drivers must support the following fields/methods: * All drivers must support the following fields/methods: