]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Spelling fix in util.c comments
authorNick Mathewson <nickm@torproject.org>
Mon, 27 Aug 2012 20:44:54 +0000 (16:44 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 27 Aug 2012 20:44:54 +0000 (16:44 -0400)
src/common/util.c

index 60222f40839cbf04c6c8069acc1ea60cd4011262..cea63e5c02fa78754cba5af74fe022045558357d 100644 (file)
@@ -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)