diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-02-21 12:09:16 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-02-21 12:09:16 +0000 |
commit | 735e88eb775315cc042e23606ddb3fddae6637b8 (patch) | |
tree | ec0a278a572f8d3fa5f570b4236edc90be6a4ec1 /sys | |
parent | 089da1441654fa181f76096cbb0cc9206653ff3f (diff) |
expliclitly -> explicitly
Diffstat (limited to 'sys')
-rw-r--r-- | sys/kern/uipc_socket2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/uipc_socket2.c b/sys/kern/uipc_socket2.c index 6da3c74ac6e..df28d6f10e8 100644 --- a/sys/kern/uipc_socket2.c +++ b/sys/kern/uipc_socket2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uipc_socket2.c,v 1.117 2022/02/14 04:33:18 dlg Exp $ */ +/* $OpenBSD: uipc_socket2.c,v 1.118 2022/02/21 12:09:15 jsg Exp $ */ /* $NetBSD: uipc_socket2.c,v 1.11 1996/02/04 02:17:55 christos Exp $ */ /* @@ -150,7 +150,7 @@ sonewconn(struct socket *head, int connstatus) /* * XXXSMP as long as `so' and `head' share the same lock, we - * can call soreserve() and pr_attach() below w/o expliclitly + * can call soreserve() and pr_attach() below w/o explicitly * locking `so'. */ soassertlocked(head); |