hot: we fixed incancations to be intancations.

This commit is contained in:
Roger Dingledine 2012-09-12 02:51:33 -04:00
parent 75c9ccd4f8
commit 5977da6c60

View File

@ -332,9 +332,9 @@ tor_mathlog(double d)
return log(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 intancations to get
* the c99 functions. */
/** Return the long integer closest to <b>d</b>. We define this wrapper
* here so that not all users of math.h need to use the right incantations
* to get the c99 functions. */
long
tor_lround(double d)
{