From 2fdf2173f35f52994501b81116e751716e401785 Mon Sep 17 00:00:00 2001 From: Wieland Hoffmann Date: Fri, 22 Jul 2011 17:53:16 +0200 Subject: [PATCH] driver.h: Fix two driver documentation mistakes --- AUTHORS | 1 + src/driver.h | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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: