aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2012-09-12 02:51:33 -0400
committerRoger Dingledine <arma@torproject.org>2012-09-12 02:51:33 -0400
commit5977da6c60bcde2dee97e443984da3e9a5808bb9 (patch)
tree4d4e24bd5133d0e637a026358f74ea3eb98a1793 /src/common
parent75c9ccd4f851bac6d32cb08ded557ac207bc8002 (diff)
downloadtor-5977da6c60bcde2dee97e443984da3e9a5808bb9.tar
tor-5977da6c60bcde2dee97e443984da3e9a5808bb9.tar.gz
hot: we fixed incancations to be intancations.
Diffstat (limited to 'src/common')
-rw-r--r--src/common/util.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/util.c b/src/common/util.c
index e79e73a0f..84b31502e 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)
{