Переглянути джерело

hot: we fixed incancations to be intancations.

Roger Dingledine 11 роки тому
батько
коміт
5977da6c60
1 змінених файлів з 3 додано та 3 видалено
  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)
 {