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 Typo in comment. No binary changes.



details:   https://anonhg.NetBSD.org/src/rev/05a1191aaf2f
branches:  trunk
changeset: 370172:05a1191aaf2f
user:      rin <rin%NetBSD.org@localhost>
date:      Tue Sep 20 12:25:01 2022 +0000

description:
Typo in comment. No binary changes.

diffstat:

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

diffs (27 lines):

diff -r e4b1600ff732 -r 05a1191aaf2f sys/arch/powerpc/fpu/fpu_emu.c
--- a/sys/arch/powerpc/fpu/fpu_emu.c    Tue Sep 20 12:12:42 2022 +0000
+++ b/sys/arch/powerpc/fpu/fpu_emu.c    Tue Sep 20 12:25:01 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fpu_emu.c,v 1.59 2022/09/20 12:12:42 rin Exp $ */
+/*     $NetBSD: fpu_emu.c,v 1.60 2022/09/20 12:25:01 rin Exp $ */
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -76,7 +76,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fpu_emu.c,v 1.59 2022/09/20 12:12:42 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fpu_emu.c,v 1.60 2022/09/20 12:25:01 rin Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_ddb.h"
@@ -298,7 +298,7 @@
  *    format, it is stored as normalized double value in FRs;
  *    denormalization is required in this case.
  *  - When magnitude is smaller than the minimum denormalized number in
- *    float format, the result is undefined. For G5 (790MP Rev 1.1),
+ *    float format, the result is undefined. For G5 (970MP Rev 1.1),
  *    (sign | 0) seems to be stored. For G4 and prior, some ``random''
  *    garbage is stored in exponent. We mimic G5 for now.
  */



Home | Main Index | Thread Index | Old Index