[tor-commits] [tor/master] Spelling fix in util.c comments

nickm at torproject.org nickm at torproject.org
Tue Sep 11 21:52:39 UTC 2012


commit ef628649c85c9a996b22dfbad494f1757b091d45
Author: Nick Mathewson <nickm at torproject.org>
Date:   Mon Aug 27 16:44:54 2012 -0400

    Spelling fix in util.c comments
---
 src/common/util.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/common/util.c b/src/common/util.c
index 60222f4..cea63e5 100644
--- a/src/common/util.c
+++ b/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)





More information about the tor-commits mailing list