mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
msun: Fix typo in comment
PR: 280965 MFC after: 3 days
This commit is contained in:
parent
2477e88b8d
commit
213eb102ae
1 changed files with 1 additions and 1 deletions
|
|
@ -405,7 +405,7 @@ do { \
|
|||
* any extra precision into the type of 'a' -- 'a' should have type float_t,
|
||||
* double_t or long double. b's type should be no larger than 'a's type.
|
||||
* Callers should use these types with scopes as large as possible, to
|
||||
* reduce their own extra-precision and efficiciency problems. In
|
||||
* reduce their own extra-precision and efficiency problems. In
|
||||
* particular, they shouldn't convert back and forth just to call here.
|
||||
*/
|
||||
#ifdef DEBUG
|
||||
|
|
|
|||
Loading…
Reference in a new issue