Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci s/threshhold/threshold/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/d423a7a6f96a
branches:  trunk
changeset: 1025527:d423a7a6f96a
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Nov 10 16:47:41 2021 +0000

description:
s/threshhold/threshold/ in comment.

diffstat:

 sys/arch/m68k/060sp/dist/fpsp.s |  4 ++--
 sys/dev/pci/if_dge.c            |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (46 lines):

diff -r 6f914f86da26 -r d423a7a6f96a sys/arch/m68k/060sp/dist/fpsp.s
--- a/sys/arch/m68k/060sp/dist/fpsp.s   Wed Nov 10 16:44:42 2021 +0000
+++ b/sys/arch/m68k/060sp/dist/fpsp.s   Wed Nov 10 16:47:41 2021 +0000
@@ -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 @@
        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           #
diff -r 6f914f86da26 -r d423a7a6f96a sys/dev/pci/if_dge.c
--- a/sys/dev/pci/if_dge.c      Wed Nov 10 16:44:42 2021 +0000
+++ b/sys/dev/pci/if_dge.c      Wed Nov 10 16:47:41 2021 +0000
@@ -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 @@
 #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



Home | Main Index | Thread Index | Old Index