Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/gdtoa fix vax typo.
details: https://anonhg.NetBSD.org/src/rev/e4c007627e17
branches: trunk
changeset: 763489:e4c007627e17
user: christos <christos%NetBSD.org@localhost>
date: Mon Mar 21 19:46:41 2011 +0000
description:
fix vax typo.
diffstat:
lib/libc/gdtoa/dtoa.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5fc51ad98c75 -r e4c007627e17 lib/libc/gdtoa/dtoa.c
--- a/lib/libc/gdtoa/dtoa.c Mon Mar 21 19:34:27 2011 +0000
+++ b/lib/libc/gdtoa/dtoa.c Mon Mar 21 19:46:41 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dtoa.c,v 1.6 2011/03/20 23:15:35 christos Exp $ */
+/* $NetBSD: dtoa.c,v 1.7 2011/03/21 19:46:41 christos Exp $ */
/****************************************************************
@@ -712,7 +712,7 @@
return NULL;
jj1 = cmp(b, S);
#ifdef ROUND_BIASED
- if (jjj1 >= 0 /*)*/
+ if (jj1 >= 0 /*)*/
#else
if ((jj1 > 0 || (jj1 == 0 && dig & 1))
#endif
Home |
Main Index |
Thread Index |
Old Index