Module Name: src
Committed By: msaitoh
Date: Wed Nov 10 16:47:41 UTC 2021
Modified Files:
src/sys/arch/m68k/060sp/dist: fpsp.s
src/sys/dev/pci: if_dge.c
Log Message:
s/threshhold/threshold/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/m68k/060sp/dist/fpsp.s
cvs rdiff -u -r1.60 -r1.61 src/sys/dev/pci/if_dge.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/m68k/060sp/dist/fpsp.s
diff -u src/sys/arch/m68k/060sp/dist/fpsp.s:1.5 src/sys/arch/m68k/060sp/dist/fpsp.s:1.6
--- src/sys/arch/m68k/060sp/dist/fpsp.s:1.5 Sun Dec 11 12:17:52 2005
+++ src/sys/arch/m68k/060sp/dist/fpsp.s Wed Nov 10 16:47:41 2021
@@ -1,5 +1,5 @@
#
-# $NetBSD: fpsp.s,v 1.5 2005/12/11 12:17:52 christos Exp $
+# $NetBSD: fpsp.s,v 1.6 2021/11/10 16:47:41 msaitoh Exp $
#
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -21752,7 +21752,7 @@ denorm_set_stky:
rts
# #
-# dnrm_lp(): normalize exponent/mantissa to specified threshhold #
+# dnrm_lp(): normalize exponent/mantissa to specified threshold #
# #
# INPUT: #
# %a0 : points to the operand to be denormalized #
Index: src/sys/dev/pci/if_dge.c
diff -u src/sys/dev/pci/if_dge.c:1.60 src/sys/dev/pci/if_dge.c:1.61
--- src/sys/dev/pci/if_dge.c:1.60 Mon Aug 9 21:08:06 2021
+++ src/sys/dev/pci/if_dge.c Wed Nov 10 16:47:41 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: if_dge.c,v 1.60 2021/08/09 21:08:06 andvar Exp $ */
+/* $NetBSD: if_dge.c,v 1.61 2021/11/10 16:47:41 msaitoh Exp $ */
/*
* Copyright (c) 2004, SUNET, Swedish University Computer Network.
@@ -80,7 +80,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_dge.c,v 1.60 2021/08/09 21:08:06 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_dge.c,v 1.61 2021/11/10 16:47:41 msaitoh Exp $");
@@ -177,7 +177,7 @@ int dge_debug = 0;
#define DGE_RXSPACE 10
#define DGE_PREVRX(x) (((x) - DGE_RXSPACE) & DGE_NRXDESC_MASK)
/*
- * Receive descriptor fetch threshholds. These are values recommended
+ * Receive descriptor fetch thresholds. These are values recommended
* by Intel, do not touch them unless you know what you are doing.
*/
#define RXDCTL_PTHRESH_VAL 128