From: Uwe Hermann Date: Sat, 15 Aug 2015 15:09:29 +0000 (+0200) Subject: Drop comment mentioning non-existing function. X-Git-Tag: libsigrok-0.4.0~451 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=ad0293f19c96385cc6e44f552de9636cb34f53a9;p=libsigrok.git Drop comment mentioning non-existing function. --- diff --git a/src/backend.c b/src/backend.c index 0103a43a..613de246 100644 --- a/src/backend.c +++ b/src/backend.c @@ -79,10 +79,10 @@ * * 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.