diff options
author | 2006-06-19 19:52:04 +0000 | |
---|---|---|
committer | 2006-06-19 19:52:04 +0000 | |
commit | 6b9c572c7bbd0683dc9730d77ca9be6008ec137d (patch) | |
tree | 00632300f7527a131247c8cacdafc7057ddf677e | |
parent | Make a BGI (Back Ground Init) a scrub instead of rebuild. (diff) | |
download | wireguard-openbsd-6b9c572c7bbd0683dc9730d77ca9be6008ec137d.tar.xz wireguard-openbsd-6b9c572c7bbd0683dc9730d77ca9be6008ec137d.zip |
permissable -> permissible. ok jmc
-rw-r--r-- | sys/sys/param.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h index 24b7f265f02..ea08206543d 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.66 2006/01/19 03:30:05 deraadt Exp $ */ +/* $OpenBSD: param.h,v 1.67 2006/06/19 19:52:04 steven Exp $ */ /* $NetBSD: param.h,v 1.23 1996/03/17 01:02:29 thorpej Exp $ */ /*- @@ -143,7 +143,7 @@ #define MAXFRAG 8 /* - * MAXPATHLEN defines the longest permissable path length after expanding + * MAXPATHLEN defines the longest permissible path length after expanding * symbolic links. It is used to allocate a temporary buffer from the buffer * pool in which to do the name expansion, hence should be a power of two, * and must be less than or equal to MAXBSIZE. MAXSYMLINKS defines the |