docs: Correct string
authorMartin Milata <martin@martinmilata.cz>
Sat, 4 Feb 2017 12:03:26 +0000 (13:03 +0100)
committerAndy Green <andy@warmcat.com>
Sun, 5 Feb 2017 13:31:16 +0000 (21:31 +0800)
lib/libwebsockets.h

index b6316ba..46045dd 100644 (file)
@@ -3803,7 +3803,7 @@ lws_snprintf(char *str, size_t size, const char *format, ...);
 LWS_VISIBLE LWS_EXTERN int
 lws_get_random(struct lws_context *context, void *buf, int len);
 /**
- * lws_daemonize(): fill a buffer with platform random data
+ * lws_daemonize(): make current process run in the background
  *
  * \param _lock_path: the filepath to write the lock file
  *