diff --git a/sys/kern/kern_malloc.c b/sys/kern/kern_malloc.c index 622e7b2b1625..fc612e95447e 100644 --- a/sys/kern/kern_malloc.c +++ b/sys/kern/kern_malloc.c @@ -1,4 +1,4 @@ -/* $NetBSD: kern_malloc.c,v 1.99 2005/05/30 23:04:53 chs Exp $ */ +/* $NetBSD: kern_malloc.c,v 1.100 2005/08/05 13:18:32 jmmv Exp $ */ /* * Copyright (c) 1987, 1991, 1993 @@ -66,7 +66,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: kern_malloc.c,v 1.99 2005/05/30 23:04:53 chs Exp $"); +__KERNEL_RCSID(0, "$NetBSD: kern_malloc.c,v 1.100 2005/08/05 13:18:32 jmmv Exp $"); #include "opt_lockdebug.h" @@ -224,8 +224,8 @@ struct freelist { #endif /* DIAGNOSTIC */ /* - * The following are standard, build-in malloc types are are not - * specific to any one subsystem. + * The following are standard, built-in malloc types and are not + * specific to any subsystem. */ MALLOC_DEFINE(M_DEVBUF, "devbuf", "device driver memory"); MALLOC_DEFINE(M_DMAMAP, "DMA map", "bus_dma(9) structures");