aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-08-27 16:44:54 -0400
committerNick Mathewson <nickm@torproject.org>2012-08-27 16:44:54 -0400
commitef628649c85c9a996b22dfbad494f1757b091d45 (patch)
tree8482bdc7a0b71aa5a4b85fb55a4b70b0242f6a4d /src
parent07df4dd52d3ab2eea2e8a8fc3222a5d297d077de (diff)
downloadtor-ef628649c85c9a996b22dfbad494f1757b091d45.tar
tor-ef628649c85c9a996b22dfbad494f1757b091d45.tar.gz
Spelling fix in util.c comments
Diffstat (limited to 'src')
-rw-r--r--src/common/util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/util.c b/src/common/util.c
index 60222f408..cea63e5c0 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)