Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/xen/xen Comment fix.
details: https://anonhg.NetBSD.org/src/rev/562bbb088436
branches: trunk
changeset: 772482:562bbb088436
user: jym <jym%NetBSD.org@localhost>
date: Thu Jan 05 18:11:50 2012 +0000
description:
Comment fix.
diffstat:
sys/arch/xen/xen/balloon.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r ad49febcf98f -r 562bbb088436 sys/arch/xen/xen/balloon.c
--- a/sys/arch/xen/xen/balloon.c Thu Jan 05 17:32:02 2012 +0000
+++ b/sys/arch/xen/xen/balloon.c Thu Jan 05 18:11:50 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: balloon.c,v 1.12 2011/12/26 20:26:38 jym Exp $ */
+/* $NetBSD: balloon.c,v 1.13 2012/01/05 18:11:50 jym Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -71,7 +71,7 @@
#define BALLOONDEBUG 0
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: balloon.c,v 1.12 2011/12/26 20:26:38 jym Exp $");
+__KERNEL_RCSID(0, "$NetBSD: balloon.c,v 1.13 2012/01/05 18:11:50 jym Exp $");
#include <sys/inttypes.h>
#include <sys/device.h>
@@ -692,7 +692,7 @@
return 0;
}
-/* Returns the current memory reservation of the domain */
+/* Returns the maximum memory reservation of the domain */
static int
sysctl_kern_xen_balloon_max(SYSCTLFN_ARGS)
{
Home |
Main Index |
Thread Index |
Old Index