Source-Changes-HG archive

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

[src/trunk]: src/sys/kern tyop in comment



details:   https://anonhg.NetBSD.org/src/rev/19c1930d40ad
branches:  trunk
changeset: 559808:19c1930d40ad
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Mar 24 10:01:46 2004 +0000

description:
tyop in comment

diffstat:

 sys/kern/kern_kcont.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 9f1293bb434a -r 19c1930d40ad sys/kern/kern_kcont.c
--- a/sys/kern/kern_kcont.c     Wed Mar 24 09:14:58 2004 +0000
+++ b/sys/kern/kern_kcont.c     Wed Mar 24 10:01:46 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kern_kcont.c,v 1.6 2004/03/24 01:27:57 matt Exp $ */
+/* $NetBSD: kern_kcont.c,v 1.7 2004/03/24 10:01:46 pooka Exp $ */
 
 /*
  * Copyright 2003 Jonathan Stone.
@@ -37,7 +37,7 @@
 /*
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_kcont.c,v 1.6 2004/03/24 01:27:57 matt Exp $ ");
+__KERNEL_RCSID(0, "$NetBSD: kern_kcont.c,v 1.7 2004/03/24 10:01:46 pooka Exp $ ");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -81,7 +81,7 @@
 #endif /* __HAVE_GENERIC_SOFT_INTERRUPTS */
 
 /*
- * Pool allocator strcuture.
+ * Pool allocator structure.
  */
 static struct pool kc_pool;
 



Home | Main Index | Thread Index | Old Index