summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-08-13 10:59:20 -0400
committerNick Mathewson <nickm@torproject.org>2013-08-13 10:59:20 -0400
commitd44f91ad7915ad08ad2b6dad3e52902edc619ef2 (patch)
tree5e303066793a3ab42a0ab540898ad99f394572c1
parent2bbb5d7612d3f9f12acb02e15127e676ff35d669 (diff)
downloadlibevent-d44f91ad7915ad08ad2b6dad3e52902edc619ef2.tar.gz
Finish a sentence
-rw-r--r--include/event2/util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/event2/util.h b/include/event2/util.h
index 18cbd806..dde91131 100644
--- a/include/event2/util.h
+++ b/include/event2/util.h
@@ -679,7 +679,8 @@ int evutil_secure_rng_init(void);
* Set a filename to use in place of /dev/urandom for seeding the secure
* PRNG. Return 0 on success, -1 on failure.
*
- * Call this function BEFORE calling any other initialization or .
+ * Call this function BEFORE calling any other initialization or RNG
+ * functions.
*
* (This string will _NOT_ be copied internally. Do not free it while any
* user of the secure RNG might be running. Don't pass anything other than a