From: Wieland Hoffmann Date: Fri, 22 Jul 2011 15:53:16 +0000 (+0200) Subject: driver.h: Fix two driver documentation mistakes X-Git-Tag: v0.9.4-rc1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fdf2173f35f52994501b81116e751716e401785;p=thirdparty%2Flibvirt.git driver.h: Fix two driver documentation mistakes --- diff --git a/AUTHORS b/AUTHORS index a8b315e308..9292fb655a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -187,6 +187,7 @@ Patches have also been contributed by: Oskari Saarenmaa Peter Krempa Nan Zhang + Wieland Hoffmann [....send patches to get your name here....] diff --git a/src/driver.h b/src/driver.h index ad9362ef0d..5136fb55ec 100644 --- a/src/driver.h +++ b/src/driver.h @@ -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: