mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 23:21:38 +01:00
Spelling fix in util.c comments
This commit is contained in:
parent
07df4dd52d
commit
ef628649c8
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue