mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 20:33:31 +01:00
hot: we fixed incancations to be intancations.
This commit is contained in:
parent
75c9ccd4f8
commit
5977da6c60
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user