]> sigrok.org Git - libsigrok.git/commitdiff
Drop comment mentioning non-existing function.
authorUwe Hermann <redacted>
Sat, 15 Aug 2015 15:09:29 +0000 (17:09 +0200)
committerUwe Hermann <redacted>
Sat, 15 Aug 2015 15:19:42 +0000 (17:19 +0200)
src/backend.c

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