Explorar o código

Spelling fix in util.c comments

Nick Mathewson %!s(int64=13) %!d(string=hai) anos
pai
achega
ef628649c8
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/common/util.c

+ 2 - 2
src/common/util.c

@@ -364,7 +364,7 @@ tor_mathlog(double 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 incancations to get
+ * that not all users of math.h need to use the right intancations to get
  * the c99 functions. */
 long
 tor_lround(double d)
@@ -379,7 +379,7 @@ tor_lround(double d)
 }
 
 /** Return the 64-bit integer closest to d.  We define this wrapper here so
- * that not all users of math.h need to use the right incancations to get the
+ * that not all users of math.h need to use the right incantations to get the
  * c99 functions. */
 int64_t
 tor_llround(double d)