From: Tomas Hruby Date: Tue, 2 Mar 2010 10:53:17 +0000 (+0000) Subject: Typo in VM server X-Git-Tag: v3.1.7~264 X-Git-Url: http://zhaoyanbai.com/repos/%22http:/www.isc.org/static/named-checkconf.html?a=commitdiff_plain;h=975efeac31b88b8cd4fcd563e24de2ae896d9036;p=minix.git Typo in VM server --- diff --git a/servers/vm/i386/pagetable.c b/servers/vm/i386/pagetable.c index c3d8c0d5e..c1a4fcc8a 100644 --- a/servers/vm/i386/pagetable.c +++ b/servers/vm/i386/pagetable.c @@ -846,7 +846,7 @@ PUBLIC void pt_init(phys_bytes usedlimit) /* Tell kernel how to get at the page directories. */ if((r=sys_vmctl(SELF, VMCTL_I386_PAGEDIRS, kpagedir)) != OK) { - vm_panic("VMCTL_I386_KERNELLIMIT failed", r); + vm_panic("VMCTL_I386_PAGEDIRS failed", r); } /* Give our process the new, copied, private page table. */