Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch s/equivalant/equivalent/ in copy pasted comment.
details: https://anonhg.NetBSD.org/src/rev/97b9d0f22076
branches: trunk
changeset: 366387:97b9d0f22076
user: andvar <andvar%NetBSD.org@localhost>
date: Tue May 24 20:00:49 2022 +0000
description:
s/equivalant/equivalent/ in copy pasted comment.
diffstat:
sys/arch/m68k/fpe/fpu_sqrt.c | 6 +++---
sys/arch/powerpc/fpu/fpu_sqrt.c | 6 +++---
sys/arch/sparc/fpu/fpu_sqrt.c | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diffs (81 lines):
diff -r 715358d5ff3b -r 97b9d0f22076 sys/arch/m68k/fpe/fpu_sqrt.c
--- a/sys/arch/m68k/fpe/fpu_sqrt.c Tue May 24 19:55:09 2022 +0000
+++ b/sys/arch/m68k/fpe/fpu_sqrt.c Tue May 24 20:00:49 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fpu_sqrt.c,v 1.8 2013/03/26 11:30:21 isaki Exp $ */
+/* $NetBSD: fpu_sqrt.c,v 1.9 2022/05/24 20:00:49 andvar Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -45,7 +45,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fpu_sqrt.c,v 1.8 2013/03/26 11:30:21 isaki Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fpu_sqrt.c,v 1.9 2022/05/24 20:00:49 andvar Exp $");
#include <sys/types.h>
@@ -126,7 +126,7 @@
* zero bit at the top of x. Doing so means that q is not going to acquire
* a 1 bit in the first trip around the loop (since x0 < 2^NBITS). If the
* final value in x is not needed, or can be off by a factor of 2, this is
- * equivalant to moving the `x *= 2' step to the bottom of the loop:
+ * equivalent to moving the `x *= 2' step to the bottom of the loop:
*
* for k = NBITS-1 to 0 step -1 do if ... fi; x *= 2; done
*
diff -r 715358d5ff3b -r 97b9d0f22076 sys/arch/powerpc/fpu/fpu_sqrt.c
--- a/sys/arch/powerpc/fpu/fpu_sqrt.c Tue May 24 19:55:09 2022 +0000
+++ b/sys/arch/powerpc/fpu/fpu_sqrt.c Tue May 24 20:00:49 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fpu_sqrt.c,v 1.9 2020/06/27 04:29:27 rin Exp $ */
+/* $NetBSD: fpu_sqrt.c,v 1.10 2022/05/24 20:00:49 andvar Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -45,7 +45,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fpu_sqrt.c,v 1.9 2020/06/27 04:29:27 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fpu_sqrt.c,v 1.10 2022/05/24 20:00:49 andvar Exp $");
#include <sys/types.h>
#if defined(DIAGNOSTIC)||defined(DEBUG)
@@ -130,7 +130,7 @@
* zero bit at the top of x. Doing so means that q is not going to acquire
* a 1 bit in the first trip around the loop (since x0 < 2^NBITS). If the
* final value in x is not needed, or can be off by a factor of 2, this is
- * equivalant to moving the `x *= 2' step to the bottom of the loop:
+ * equivalent to moving the `x *= 2' step to the bottom of the loop:
*
* for k = NBITS-1 to 0 step -1 do if ... fi; x *= 2; done
*
diff -r 715358d5ff3b -r 97b9d0f22076 sys/arch/sparc/fpu/fpu_sqrt.c
--- a/sys/arch/sparc/fpu/fpu_sqrt.c Tue May 24 19:55:09 2022 +0000
+++ b/sys/arch/sparc/fpu/fpu_sqrt.c Tue May 24 20:00:49 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fpu_sqrt.c,v 1.5 2005/11/16 23:24:44 uwe Exp $ */
+/* $NetBSD: fpu_sqrt.c,v 1.6 2022/05/24 20:00:49 andvar Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -45,7 +45,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fpu_sqrt.c,v 1.5 2005/11/16 23:24:44 uwe Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fpu_sqrt.c,v 1.6 2022/05/24 20:00:49 andvar Exp $");
#include <sys/types.h>
@@ -126,7 +126,7 @@
* zero bit at the top of x. Doing so means that q is not going to acquire
* a 1 bit in the first trip around the loop (since x0 < 2^NBITS). If the
* final value in x is not needed, or can be off by a factor of 2, this is
- * equivalant to moving the `x *= 2' step to the bottom of the loop:
+ * equivalent to moving the `x *= 2' step to the bottom of the loop:
*
* for k = NBITS-1 to 0 step -1 do if ... fi; x *= 2; done
*
Home |
Main Index |
Thread Index |
Old Index