summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Mestdagh <steven@cvs.openbsd.org>2006-06-19 19:52:05 +0000
committerSteven Mestdagh <steven@cvs.openbsd.org>2006-06-19 19:52:05 +0000
commit000eafcacdcd29b02af2d3006e8c069f1526769b (patch)
treef229f9d1aec7d09c1ca8b6c9b11c87a3636ec1f7
parentf447791215f435d2e010e7e16331e20b67bc7f50 (diff)
permissable -> permissible. ok jmc
-rw-r--r--sys/sys/param.h4
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