---
src/driver.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/driver.h b/src/driver.h
index 9d0d3de..adc3e1c 100644
--- a/src/driver.h
+++ b/src/driver.h
@@ -945,7 +945,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:
@@ -1106,7 +1106,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:
--
1.7.6