Skip to content
Snippets Groups Projects
Commit ef628649 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Spelling fix in util.c comments

parent 07df4dd5
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment