summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2014-07-09 15:43:33 +0000
committertedu <tedu@openbsd.org>2014-07-09 15:43:33 +0000
commitf6ca951a98edd1538f7fe7a7d27db71c023f5b5e (patch)
treecbe971220b8ae22eb91f37d831e65bee2efde369
parentI hate eval. Apart from when it's really needed. (diff)
downloadwireguard-openbsd-f6ca951a98edd1538f7fe7a7d27db71c023f5b5e.tar.xz
wireguard-openbsd-f6ca951a98edd1538f7fe7a7d27db71c023f5b5e.zip
spelling
-rw-r--r--sys/kern/uipc_socket.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/uipc_socket.c b/sys/kern/uipc_socket.c
index 0bc3e464e3d..04a2d82aeaa 100644
--- a/sys/kern/uipc_socket.c
+++ b/sys/kern/uipc_socket.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uipc_socket.c,v 1.128 2014/06/08 14:17:52 miod Exp $ */
+/* $OpenBSD: uipc_socket.c,v 1.129 2014/07/09 15:43:33 tedu Exp $ */
/* $NetBSD: uipc_socket.c,v 1.21 1996/02/04 02:17:52 christos Exp $ */
/*
@@ -1013,7 +1013,7 @@ sorflush(struct socket *so)
sbunlock(sb);
asb = *sb;
bzero(sb, sizeof (*sb));
- /* XXX - the bzero stumps all over so_rcv */
+ /* XXX - the bzero stomps all over so_rcv */
if (asb.sb_flags & SB_KNOTE) {
sb->sb_sel.si_note = asb.sb_sel.si_note;
sb->sb_flags = SB_KNOTE;