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: