summaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorgene <gene@cvs.openbsd.org>1997-12-12 17:13:57 +0000
committergene <gene@cvs.openbsd.org>1997-12-12 17:13:57 +0000
commita1fdb301995bc128d9d0252ac57cb68607b7518c (patch)
treed734fbbd585a804bbc726ba2649f0d95569d25ce /sys/kern
parent010210f5e782885370197a5401cbc2cde33dfd8b (diff)
Fixed spelling in a comment.
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/kern_malloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_malloc.c b/sys/kern/kern_malloc.c
index 68bef8801c5..faeed2fdd46 100644
--- a/sys/kern/kern_malloc.c
+++ b/sys/kern/kern_malloc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kern_malloc.c,v 1.7 1997/03/01 21:31:11 kstailey Exp $ */
+/* $OpenBSD: kern_malloc.c,v 1.8 1997/12/12 17:13:56 gene Exp $ */
/* $NetBSD: kern_malloc.c,v 1.15.4.2 1996/06/13 17:10:56 cgd Exp $ */
/*
@@ -145,7 +145,7 @@ malloc(size, type, flags)
if (va == NULL) {
/*
* Kmem_malloc() can return NULL, even if it can
- * wait, if there is no map space avaiable, because
+ * wait, if there is no map space available, because
* it can't fix that problem. Neither can we,
* right now. (We should release pages which
* are completely free and which are in buckets