Drop comment mentioning non-existing function.

This commit is contained in:
Uwe Hermann 2015-08-15 17:09:29 +02:00
parent dff0a89435
commit ad0293f19c
1 changed files with 4 additions and 4 deletions

View File

@ -79,10 +79,10 @@
* *
* Initializing and shutting down libsigrok. * Initializing and shutting down libsigrok.
* *
* Before using any of the libsigrok functionality (except * Before using any of the libsigrok functionality (except for
* sr_log_loglevel_set() and sr_log_opts_set()), sr_init() must * sr_log_loglevel_set()), sr_init() must be called to initialize the
* be called to initialize the library, which will return a struct sr_context * library, which will return a struct sr_context when the initialization
* when the initialization was successful. * was successful.
* *
* When libsigrok functionality is no longer needed, sr_exit() should be * When libsigrok functionality is no longer needed, sr_exit() should be
* called, which will (among other things) free the struct sr_context. * called, which will (among other things) free the struct sr_context.