diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-02-01 16:09:16 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-02-01 16:09:16 -0500 |
commit | 1dd03fbc77a0280479f81aeccf24aac63c37cd08 (patch) | |
tree | 62c3c848fdac56bd352b337cead184291211ecc3 /src/common | |
parent | b034d07acdec08ed536f66d491397b0f31ac5e1d (diff) | |
download | tor-1dd03fbc77a0280479f81aeccf24aac63c37cd08.tar tor-1dd03fbc77a0280479f81aeccf24aac63c37cd08.tar.gz |
Fix a silly mistake in the tor_mathlog() documentation. Give it a unit test.
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |