Author: Nick Mathewson <ni...@to...>
Date: Tue, 11 Dec 2012 12:53:09 -0500
Subject: Fix cut-and-paste err in whatsnew-2.1
Commit: 49905ac3283566a917b064f5752e93d053b23f4a
---
whatsnew-2.1.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/whatsnew-2.1.txt b/whatsnew-2.1.txt
index d019825..fc829ac 100644
--- a/whatsnew-2.1.txt
+++ b/whatsnew-2.1.txt
@@ -351,7 +351,7 @@
than 1 millisecond. But Libevent had been using CLOCK_MONOTONIC for
timekeeping on Linux, which is needlessly expensive: CLOCK_MONOTONIC_COARSE
has approximately the resolution corresponding to epoll, and is much faster
- to invoke than CLOCK_MONOTONIC_COARSE.
+ to invoke than CLOCK_MONOTONIC.
To disable coarse timers, and get a more plausible precision, use the
new EVENT_BASE_FLAG_PRECISE_TIMER flag when setting up your event base.
--
1.7.4.1
|