Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern Fix wording in a comment.



details:   https://anonhg.NetBSD.org/src/rev/64dd10f88bf2
branches:  trunk
changeset: 583419:64dd10f88bf2
user:      jmmv <jmmv%NetBSD.org@localhost>
date:      Fri Aug 05 13:18:32 2005 +0000

description:
Fix wording in a comment.

diffstat:

 sys/kern/kern_malloc.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r c254dc83bf72 -r 64dd10f88bf2 sys/kern/kern_malloc.c
--- a/sys/kern/kern_malloc.c    Fri Aug 05 12:24:04 2005 +0000
+++ b/sys/kern/kern_malloc.c    Fri Aug 05 13:18:32 2005 +0000
@@ -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 @@
 #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");



Home | Main Index | Thread Index | Old Index