Browse Source

hot: we fixed incancations to be intancations.

Roger Dingledine 13 years ago
parent
commit
5977da6c60
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/common/util.c

+ 3 - 3
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)
 {