Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libm/noieee_src fix typo



details:   https://anonhg.NetBSD.org/src/rev/e99fc0688743
branches:  trunk
changeset: 342977:e99fc0688743
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 16 21:29:33 2016 +0000

description:
fix typo

diffstat:

 lib/libm/noieee_src/n_fmod.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b4189814cd7c -r e99fc0688743 lib/libm/noieee_src/n_fmod.c
--- a/lib/libm/noieee_src/n_fmod.c      Sat Jan 16 21:15:51 2016 +0000
+++ b/lib/libm/noieee_src/n_fmod.c      Sat Jan 16 21:29:33 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: n_fmod.c,v 1.8 2016/01/16 19:44:05 christos Exp $      */
+/*     $NetBSD: n_fmod.c,v 1.9 2016/01/16 21:29:33 christos Exp $      */
 /*
  * Copyright (c) 1989, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -124,7 +124,7 @@
                unsigned long long u;
        } x;
        x.d = d;
-       printf("%s = %#016.16llx (%24.16e)\n:, s, x.u, x.d);
+       printf("%s = %#016.16llx (%24.16e)\n", s, x.u, x.d);
 }
 
 static void



Home | Main Index | Thread Index | Old Index