diff options
author | 1997-12-12 17:13:56 +0000 | |
---|---|---|
committer | 1997-12-12 17:13:56 +0000 | |
commit | 722f68348f9037e4d52482d584ede888ca44c00e (patch) | |
tree | 3767f3d6f5409b4b2068995878d8dbd5dc88a3ce /sys/kern/kern_malloc.c | |
parent | This should be the last cleanup for today. *yawn* (diff) | |
download | wireguard-openbsd-722f68348f9037e4d52482d584ede888ca44c00e.tar.xz wireguard-openbsd-722f68348f9037e4d52482d584ede888ca44c00e.zip |
Fixed spelling in a comment.
Diffstat (limited to 'sys/kern/kern_malloc.c')
-rw-r--r-- | sys/kern/kern_malloc.c | 4 |
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 |