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 replace a non us-ascii character i...



details:   https://anonhg.NetBSD.org/src/rev/644a1fb8da62
branches:  trunk
changeset: 770739:644a1fb8da62
user:      yamt <yamt%NetBSD.org@localhost>
date:      Mon Oct 31 13:23:55 2011 +0000

description:
replace a non us-ascii character in a comment

diffstat:

 sys/rump/librump/rumpkern/vm.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 58354f44ba71 -r 644a1fb8da62 sys/rump/librump/rumpkern/vm.c
--- a/sys/rump/librump/rumpkern/vm.c    Mon Oct 31 13:17:22 2011 +0000
+++ b/sys/rump/librump/rumpkern/vm.c    Mon Oct 31 13:23:55 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vm.c,v 1.119 2011/09/02 10:18:38 christos Exp $        */
+/*     $NetBSD: vm.c,v 1.120 2011/10/31 13:23:55 yamt Exp $    */
 
 /*
  * Copyright (c) 2007-2011 Antti Kantee.  All Rights Reserved.
@@ -41,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vm.c,v 1.119 2011/09/02 10:18:38 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vm.c,v 1.120 2011/10/31 13:23:55 yamt Exp $");
 
 #include <sys/param.h>
 #include <sys/atomic.h>
@@ -97,7 +97,7 @@
 /*
  * Try to free two pages worth of pages from objects.
  * If this succesfully frees a full page cache page, we'll
- * free the released page plus PAGE_SIZE²/sizeof(vm_page).
+ * free the released page plus PAGE_SIZE/sizeof(vm_page).
  */
 #define PAGEDAEMON_OBJCHUNK (2*PAGE_SIZE / sizeof(struct vm_page))
 



Home | Main Index | Thread Index | Old Index