[tor-commits] [tor/master] hot: we fixed incancations to be intancations.
arma at torproject.org
arma at torproject.org
Wed Sep 12 06:53:17 UTC 2012
commit 5977da6c60bcde2dee97e443984da3e9a5808bb9
Author: Roger Dingledine <arma at torproject.org>
Date: Wed Sep 12 02:51:33 2012 -0400
hot: we fixed incancations to be intancations.
---
src/common/util.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/common/util.c b/src/common/util.c
index e79e73a..84b3150 100644
--- a/src/common/util.c
+++ b/src/common/util.c
@@ -332,9 +332,9 @@ tor_mathlog(double d)
return log(d);
}
-/** Return the long integer closest to d. We define this wrapper here so
- * that not all users of math.h need to use the right intancations to get
- * the c99 functions. */
+/** Return the long integer closest to <b>d</b>. We define this wrapper
+ * here so that not all users of math.h need to use the right incantations
+ * to get the c99 functions. */
long
tor_lround(double d)
{
More information about the tor-commits
mailing list