From b02a82a8a38a258c05f8ba88ba08a6aac40ff7a9 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Fri, 18 Apr 1997 20:48:21 +0000 Subject: fix typo. --- serverboot/wiring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'serverboot') diff --git a/serverboot/wiring.c b/serverboot/wiring.c index 993fbacc..ddcbd373 100644 --- a/serverboot/wiring.c +++ b/serverboot/wiring.c @@ -147,6 +147,6 @@ __vm_allocate (task, address, size, anywhere) vm_size_t size; boolean_t anywhere; { - return vm_allcoate (task, address, size, anywhere); + return vm_allocate (task, address, size, anywhere); } -- cgit v1.2.3