diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-02-21 13:51:05 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-02-21 13:51:05 +0000 |
commit | 5bea79e4dcff060643af554104d99715a8a63b77 (patch) | |
tree | 0a3c5063a46eaa4f0f39b72e6271c8356b6a5403 | |
parent | ed50d55c378e1249fd1cc360198509bd1ef04576 (diff) |
consisitent -> consistent
-rw-r--r-- | sys/kern/sysv_msg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/sysv_msg.c b/sys/kern/sysv_msg.c index d09e3b32e61..1fa5c95aca0 100644 --- a/sys/kern/sysv_msg.c +++ b/sys/kern/sysv_msg.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sysv_msg.c,v 1.37 2020/06/24 22:03:42 cheloha Exp $ */ +/* $OpenBSD: sysv_msg.c,v 1.38 2022/02/21 13:51:04 jsg Exp $ */ /* $NetBSD: sysv_msg.c,v 1.19 1996/02/09 19:00:18 christos Exp $ */ /* * Copyright (c) 2009 Bret S. Lambert <blambert@openbsd.org> @@ -709,7 +709,7 @@ sysctl_sysvmsg(int *name, u_int namelen, void *where, size_t *sizep) /* * Special case #3: the previous array-based implementation * exported the array indices and userland has come to rely - * upon these indices, so keep behavior consisitent. + * upon these indices, so keep behavior consistent. */ TAILQ_FOREACH(que, &msg_queues, que_next) memcpy(&info->msgids[que->que_ix], &que->msqid_ds, |