aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--o3000.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/o3000.c b/o3000.c
index 31d1adc..b8ede08 100644
--- a/o3000.c
+++ b/o3000.c
@@ -916,7 +916,7 @@ int __stdcall o3000_disconnect(int id) {
* by @ref o3000_get_num_device.
*
* NOTE
- * This function will block until the USB device is disconnected manually or the driver is stopped by calling @ref o3000_exit.
+ * This function will block until the USB device is disconnected manually or the driver is stopped by calling @ref o3000_disconnect or @ref o3000_exit.
*
* @param id session ID
* @param device_nr device number to connect (use 0 to connect to first available device)
@@ -1398,7 +1398,7 @@ _o3000_init_abort:
/**
* Exit O-3000 session.
- * This function closes an active session and releases all system resources.
+ * This function disconnects and closes an active session. Afterwards it releases all system resources.
*
* @param id session ID
*/