summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--serverboot/wiring.c2
1 files changed, 1 insertions, 1 deletions
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);
}