diff options
| author | dholland <dholland@NetBSD.org> | 2023-04-01 23:44:11 +0000 |
|---|---|---|
| committer | dholland <dholland@NetBSD.org> | 2023-04-01 23:44:11 +0000 |
| commit | 0481be940daafc096aee45fbbe94b5f2d9814eae (patch) | |
| tree | 2e159c71f58bbee22309eb6425892cec90a4ae43 /lib | |
| parent | 412313064cd9c9b449ae3cadd36aad6e97815904 (diff) | |
Fix lying comment.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/gdtoa/gdtoa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gdtoa/gdtoa.c b/lib/libc/gdtoa/gdtoa.c index a80ddf610cc..23167ec118a 100644 --- a/lib/libc/gdtoa/gdtoa.c +++ b/lib/libc/gdtoa/gdtoa.c @@ -1,4 +1,4 @@ -/* $NetBSD: gdtoa.c,v 1.8 2021/05/06 16:15:33 christos Exp $ */ +/* $NetBSD: gdtoa.c,v 1.9 2023/04/01 23:44:11 dholland Exp $ */ /**************************************************************** @@ -128,7 +128,7 @@ gdtoa arguments of ecvt and fcvt; trailing zeros are suppressed from the returned string. If not null, *rve is set to point to the end of the return value. If d is +-Infinity or NaN, - then *decpt is set to 9999. + then *decpt is set to -32768. be = exponent: value = (integer represented by bits) * (2 to the power of be). mode: |
