Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/librump/rumpkern Fixed typo.



details:   https://anonhg.NetBSD.org/src/rev/dbf8b9c523ae
branches:  trunk
changeset: 750711:dbf8b9c523ae
user:      stacktic <stacktic%NetBSD.org@localhost>
date:      Mon Jan 11 19:19:57 2010 +0000

description:
Fixed typo.

diffstat:

 sys/rump/librump/rumpkern/memalloc.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0d5a21433610 -r dbf8b9c523ae sys/rump/librump/rumpkern/memalloc.c
--- a/sys/rump/librump/rumpkern/memalloc.c      Mon Jan 11 16:30:26 2010 +0000
+++ b/sys/rump/librump/rumpkern/memalloc.c      Mon Jan 11 19:19:57 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: memalloc.c,v 1.3 2009/12/23 17:16:40 stacktic Exp $    */
+/*     $NetBSD: memalloc.c,v 1.4 2010/01/11 19:19:57 stacktic Exp $    */
 
 /*
  * Copyright (c) 2009 Antti Kantee.  All Rights Reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD");
+__KERNEL_RCSID(0, "$NetBSD: memalloc.c,v 1.4 2010/01/11 19:19:57 stacktic Exp $");
 
 #include <sys/param.h>
 #include <sys/kmem.h>



Home | Main Index | Thread Index | Old Index