From 60e6b50deb52ba07e7fa04866359678a9a7c812e Mon Sep 17 00:00:00 2001 From: simonb Date: Sat, 1 Jan 2005 03:24:43 +0000 Subject: [PATCH] Spell "available" correctly. --- sys/arch/mips/mips/mipsX_subr.S | 4 ++-- sys/kern/kern_malloc.c | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sys/arch/mips/mips/mipsX_subr.S b/sys/arch/mips/mips/mipsX_subr.S index c89a1721a5c2..c22f8137c788 100644 --- a/sys/arch/mips/mips/mipsX_subr.S +++ b/sys/arch/mips/mips/mipsX_subr.S @@ -1,4 +1,4 @@ -/* $NetBSD: mipsX_subr.S,v 1.13 2003/08/07 16:28:33 agc Exp $ */ +/* $NetBSD: mipsX_subr.S,v 1.14 2005/01/01 03:24:43 simonb Exp $ */ /* * Copyright 2002 Wasabi Systems, Inc. @@ -1788,7 +1788,7 @@ END(MIPSX(TLBRead)) * * Handle virtual coherency exceptions. * Called directly from the mips3 execption-table code. - * only k0, k1 are avaiable on entry + * only k0, k1 are available on entry * * Results: * None. diff --git a/sys/kern/kern_malloc.c b/sys/kern/kern_malloc.c index 56222a6cb0c0..80c68eb637b9 100644 --- a/sys/kern/kern_malloc.c +++ b/sys/kern/kern_malloc.c @@ -1,4 +1,4 @@ -/* $NetBSD: kern_malloc.c,v 1.90 2004/09/04 23:30:07 manu Exp $ */ +/* $NetBSD: kern_malloc.c,v 1.91 2005/01/01 03:24:43 simonb Exp $ */ /* * Copyright (c) 1987, 1991, 1993 @@ -66,7 +66,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: kern_malloc.c,v 1.90 2004/09/04 23:30:07 manu Exp $"); +__KERNEL_RCSID(0, "$NetBSD: kern_malloc.c,v 1.91 2005/01/01 03:24:43 simonb Exp $"); #include "opt_lockdebug.h" @@ -314,7 +314,7 @@ malloc(unsigned long size, struct malloc_type *ksp, int flags) if (__predict_false(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