summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libcrypto/ocsp/ocsp_ht.c4
-rw-r--r--sys/dev/ic/cac.c4
-rw-r--r--sys/dev/ic/mfi.c4
-rw-r--r--sys/kern/uipc_usrreq.c4
4 files changed, 8 insertions, 8 deletions
diff --git a/lib/libcrypto/ocsp/ocsp_ht.c b/lib/libcrypto/ocsp/ocsp_ht.c
index bf735c72a21..69723c21545 100644
--- a/lib/libcrypto/ocsp/ocsp_ht.c
+++ b/lib/libcrypto/ocsp/ocsp_ht.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ocsp_ht.c,v 1.26 2023/07/08 10:44:00 beck Exp $ */
+/* $OpenBSD: ocsp_ht.c,v 1.27 2023/11/28 09:29:20 jsg Exp $ */
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project 2006.
*/
@@ -371,7 +371,7 @@ next_line:
rctx->state = OHS_ASN1_HEADER;
}
- /* FALLTRHOUGH */
+ /* FALLTHROUGH */
case OHS_ASN1_HEADER:
/* Now reading ASN1 header: can read at least 2 bytes which
diff --git a/sys/dev/ic/cac.c b/sys/dev/ic/cac.c
index b2f2e24b765..59b103965c7 100644
--- a/sys/dev/ic/cac.c
+++ b/sys/dev/ic/cac.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cac.c,v 1.76 2022/04/16 19:19:59 naddy Exp $ */
+/* $OpenBSD: cac.c,v 1.77 2023/11/28 09:29:20 jsg Exp $ */
/* $NetBSD: cac.c,v 1.15 2000/11/08 19:20:35 ad Exp $ */
/*
@@ -959,7 +959,7 @@ cac_sensor_refresh(void *arg)
break;
case BIOC_SVINVALID:
- /* FALLTRHOUGH */
+ /* FALLTHROUGH */
default:
sc->sc_sensors[i].value = 0; /* unknown */
sc->sc_sensors[i].status = SENSOR_S_UNKNOWN;
diff --git a/sys/dev/ic/mfi.c b/sys/dev/ic/mfi.c
index 8dd9c33a3e6..1e27a8cc846 100644
--- a/sys/dev/ic/mfi.c
+++ b/sys/dev/ic/mfi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mfi.c,v 1.190 2023/07/06 10:17:43 visa Exp $ */
+/* $OpenBSD: mfi.c,v 1.191 2023/11/28 09:29:20 jsg Exp $ */
/*
* Copyright (c) 2006 Marco Peereboom <marco@peereboom.us>
*
@@ -2506,7 +2506,7 @@ mfi_refresh_sensors(void *arg)
break;
case BIOC_SVINVALID:
- /* FALLTRHOUGH */
+ /* FALLTHROUGH */
default:
sc->sc_sensors[i].value = 0; /* unknown */
sc->sc_sensors[i].status = SENSOR_S_UNKNOWN;
diff --git a/sys/kern/uipc_usrreq.c b/sys/kern/uipc_usrreq.c
index 82e5bd2627a..73a319bc387 100644
--- a/sys/kern/uipc_usrreq.c
+++ b/sys/kern/uipc_usrreq.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uipc_usrreq.c,v 1.199 2023/03/31 12:35:24 jsg Exp $ */
+/* $OpenBSD: uipc_usrreq.c,v 1.200 2023/11/28 09:29:20 jsg Exp $ */
/* $NetBSD: uipc_usrreq.c,v 1.18 1996/02/09 19:00:50 christos Exp $ */
/*
@@ -718,7 +718,7 @@ uipc_sysctl(int *name, u_int namelen, void *oldp, size_t *oldlenp, void *newp,
name + 1, namelen - 1, oldp, oldlenp, newp, newlen);
case NET_UNIX_INFLIGHT:
valp = &unp_rights;
- /* FALLTHOUGH */
+ /* FALLTHROUGH */
case NET_UNIX_DEFERRED:
if (namelen != 1)
return (ENOTDIR);