-/* $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
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);