Fix wording in a comment.

This commit is contained in:
jmmv 2005-08-05 13:18:32 +00:00
parent 065d668046
commit 060dc147c7
1 changed files with 4 additions and 4 deletions

View File

@ -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 <sys/cdefs.h>
__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");