From 1dd03fbc77a0280479f81aeccf24aac63c37cd08 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 1 Feb 2013 16:09:16 -0500 Subject: Fix a silly mistake in the tor_mathlog() documentation. Give it a unit test. --- src/common/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common') diff --git a/src/common/util.c b/src/common/util.c index 071ba8f63..7d72a896f 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -322,7 +322,7 @@ tor_log_mallinfo(int severity) * ===== */ /** - * Returns the natural logarithm of d base 2. We defined this wrapper here so + * Returns the natural logarithm of d base e. We defined this wrapper here so * to avoid conflicts with old versions of tor_log(), which were named log(). */ double -- cgit v1.2.3