]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
hot: we fixed incancations to be intancations.
authorRoger Dingledine <arma@torproject.org>
Wed, 12 Sep 2012 06:51:33 +0000 (02:51 -0400)
committerRoger Dingledine <arma@torproject.org>
Wed, 12 Sep 2012 06:51:33 +0000 (02:51 -0400)
src/common/util.c

index e79e73a0ff5e9a5541c8e62698a98215da219b4a..84b31502e67e9f0866eee831b07a32c6b207b927 100644 (file)
@@ -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)
 {