bring back spelling fix from rev 1.138 lost in rev 1.140
authorjsg <jsg@openbsd.org>
Sat, 15 Jan 2022 04:10:01 +0000 (04:10 +0000)
committerjsg <jsg@openbsd.org>
Sat, 15 Jan 2022 04:10:01 +0000 (04:10 +0000)
pointed out by Brad

sys/dev/pci/if_msk.c

index 317fe2b..5422d6b 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_msk.c,v 1.140 2022/01/10 04:47:53 dlg Exp $        */
+/*     $OpenBSD: if_msk.c,v 1.141 2022/01/15 04:10:01 jsg Exp $        */
 
 /*
  * Copyright (c) 1997, 1998, 1999, 2000
@@ -2081,7 +2081,7 @@ msk_init_yukon(struct sk_if_softc *sc_if)
        SK_IF_WRITE_2(sc_if, 0, SK_RXMF1_CTRL_TEST, SK_RFCTL_OPERATION_ON |
            SK_RFCTL_FIFO_FLUSH_ON);
 
-       /* Increase flush threshould to 64 bytes */
+       /* Increase flush threshold to 64 bytes */
        SK_IF_WRITE_2(sc_if, 0, SK_RXMF1_FLUSH_THRESHOLD,
            SK_RFCTL_FIFO_THRESHOLD + 1);