Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/fpu Fix typo in DPRINTF.



details:   https://anonhg.NetBSD.org/src/rev/3a687c294ce3
branches:  trunk
changeset: 935177:3a687c294ce3
user:      rin <rin%NetBSD.org@localhost>
date:      Sat Jun 27 04:17:51 2020 +0000

description:
Fix typo in DPRINTF.

diffstat:

 sys/arch/powerpc/fpu/fpu_sqrt.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 398e44697bbf -r 3a687c294ce3 sys/arch/powerpc/fpu/fpu_sqrt.c
--- a/sys/arch/powerpc/fpu/fpu_sqrt.c   Sat Jun 27 04:15:17 2020 +0000
+++ b/sys/arch/powerpc/fpu/fpu_sqrt.c   Sat Jun 27 04:17:51 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fpu_sqrt.c,v 1.7 2020/06/27 03:25:28 rin Exp $ */
+/*     $NetBSD: fpu_sqrt.c,v 1.8 2020/06/27 04:17:51 rin Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -45,7 +45,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fpu_sqrt.c,v 1.7 2020/06/27 03:25:28 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fpu_sqrt.c,v 1.8 2020/06/27 04:17:51 rin Exp $");
 
 #include <sys/types.h>
 #if defined(DIAGNOSTIC)||defined(DEBUG)
@@ -211,7 +211,7 @@
         *
         * Then all that remains are numbers with mantissas in [1..2).
         */
-       DPRINTF(FPE_REG, ("fpu_sqer:\n"));
+       DPRINTF(FPE_REG, ("fpu_sqrt:\n"));
        DUMPFPN(FPE_REG, x);
        DPRINTF(FPE_REG, ("=>\n"));
        if (ISNAN(x)) {



Home | Main Index | Thread Index | Old Index