docs: Correct string

This commit is contained in:
Martin Milata 2017-02-04 13:03:26 +01:00 committed by Andy Green
parent b5ebd599b2
commit e96b69887f

View 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
*