From: Roger Dingledine Date: Wed, 12 Sep 2012 06:51:33 +0000 (-0400) Subject: hot: we fixed incancations to be intancations. X-Git-Tag: tor-0.2.4.3-alpha~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5977da6c60bcde2dee97e443984da3e9a5808bb9;p=thirdparty%2Ftor.git hot: we fixed incancations to be intancations. --- diff --git a/src/common/util.c b/src/common/util.c index e79e73a0ff..84b31502e6 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 d. 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) {