summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2003-06-01 00:26:09 +0000
committermiod <miod@openbsd.org>2003-06-01 00:26:09 +0000
commit7f21bfd4703d4fddf2983d7627cd0e6179bc40ae (patch)
tree69927c89075096826d4c6446c1d294726c6cbbf6 /sys
parentRemove unused variable. (diff)
downloadwireguard-openbsd-7f21bfd4703d4fddf2983d7627cd0e6179bc40ae.tar.xz
wireguard-openbsd-7f21bfd4703d4fddf2983d7627cd0e6179bc40ae.zip
Typo in panic message.
Diffstat (limited to 'sys')
-rw-r--r--sys/uvm/uvm_page.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/uvm/uvm_page.c b/sys/uvm/uvm_page.c
index a0a2a484b55..5e2d13ca264 100644
--- a/sys/uvm/uvm_page.c
+++ b/sys/uvm/uvm_page.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_page.c,v 1.47 2003/03/29 01:13:57 mickey Exp $ */
+/* $OpenBSD: uvm_page.c,v 1.48 2003/06/01 00:26:09 miod Exp $ */
/* $NetBSD: uvm_page.c,v 1.44 2000/11/27 08:40:04 chs Exp $ */
/*
@@ -514,7 +514,7 @@ uvm_page_physget_freelist(paddrp, freelist)
if (vm_physmem[lcv].avail_start ==
vm_physmem[lcv].end) {
if (vm_nphysseg == 1)
- panic("vum_page_physget: out of memory!");
+ panic("uvm_page_physget: out of memory!");
vm_nphysseg--;
for (x = lcv ; x < vm_nphysseg ; x++)
/* structure copy */