Module Name:    src
Committed By:   christos
Date:           Mon Mar 21 19:46:41 UTC 2011

Modified Files:
        src/lib/libc/gdtoa: dtoa.c

Log Message:
fix vax typo.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/gdtoa/dtoa.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/gdtoa/dtoa.c
diff -u src/lib/libc/gdtoa/dtoa.c:1.6 src/lib/libc/gdtoa/dtoa.c:1.7
--- src/lib/libc/gdtoa/dtoa.c:1.6	Sun Mar 20 19:15:35 2011
+++ src/lib/libc/gdtoa/dtoa.c	Mon Mar 21 15:46:41 2011
@@ -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

Reply via email to