commit 3a470a26c32e7dea8f82675b3e77d93d4634e843
parent 86f2d65daf6c2f579ae2ca3cefe36195c2631f2d
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 17 Mar 2020 17:58:21 +0100
improve comment
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/exchange/taler-exchange-httpd_keystate.h b/src/exchange/taler-exchange-httpd_keystate.h
@@ -83,7 +83,7 @@ TEH_KS_release_ (const char *location,
/**
- * Setup initial #internal_key_state.
+ * Setup initial #internal_key_state and our signal handlers.
*
* @return #GNUNET_OK on success
*/
@@ -92,7 +92,7 @@ TEH_KS_init (void);
/**
- * Finally, release #internal_key_state.
+ * Finally, release #internal_key_state and our signal handlers.
*/
void
TEH_KS_free (void);