summaryrefslogtreecommitdiff
path: root/serverboot
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1997-04-18 20:48:21 +0000
committerThomas Bushnell <thomas@gnu.org>1997-04-18 20:48:21 +0000
commitb02a82a8a38a258c05f8ba88ba08a6aac40ff7a9 (patch)
tree5ea1e4350bb722653a6971b23fd45267d723fb28 /serverboot
parent1a05492545289ee207e85abef3133dec88c7dd72 (diff)
fix typo.
Diffstat (limited to 'serverboot')
-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);
}