diff options
| author | andvar <andvar@NetBSD.org> | 2021-12-07 21:45:31 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2021-12-07 21:45:31 +0000 |
| commit | 12d258fad501107e4c6b7bc844225c7012a179e9 (patch) | |
| tree | 2f50f94a52f01f69d7a362d9e165fda7d22cfdc5 /sys/secmodel | |
| parent | 98907fc390659f783177b58e7e7e6639e92a5fe9 (diff) | |
s/dissallow/disallow/
Diffstat (limited to 'sys/secmodel')
| -rw-r--r-- | sys/secmodel/keylock/secmodel_keylock.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/secmodel/keylock/secmodel_keylock.c b/sys/secmodel/keylock/secmodel_keylock.c index 4e6791d6b61..17c6cc57dc7 100644 --- a/sys/secmodel/keylock/secmodel_keylock.c +++ b/sys/secmodel/keylock/secmodel_keylock.c @@ -1,4 +1,4 @@ -/* $NetBSD: secmodel_keylock.c,v 1.11 2020/12/05 17:40:00 thorpej Exp $ */ +/* $NetBSD: secmodel_keylock.c,v 1.12 2021/12/07 21:45:31 andvar Exp $ */ /*- * Copyright (c) 2009 Marc Balmer <marc@msys.ch> * Copyright (c) 2006 Elad Efrat <elad@NetBSD.org> @@ -37,7 +37,7 @@ * Rules: * * - If the number of possible keylock positions is 0, assume there is no - * keylock present, do not dissallow any action, i.e. do nothing + * keylock present, do not disallow any action, i.e. do nothing * * - If the number of possible keylock positions is greater than 0, but the * current lock position is 0, assume tampering with the lock and forbid @@ -54,7 +54,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: secmodel_keylock.c,v 1.11 2020/12/05 17:40:00 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: secmodel_keylock.c,v 1.12 2021/12/07 21:45:31 andvar Exp $"); #include <sys/types.h> #include <sys/param.h> |
