diff options
| author | Thomas Bushnell <thomas@gnu.org> | 1997-04-18 20:48:21 +0000 |
|---|---|---|
| committer | Thomas Bushnell <thomas@gnu.org> | 1997-04-18 20:48:21 +0000 |
| commit | 2fbd92d4b9e7a6d26dee7da2b180b473029f5c0a (patch) | |
| tree | 352584d5b07d0c6824780593afca891441286721 /serverboot | |
| parent | d095d0f79c74ae0fc1ee5f63021bab7a79e235d7 (diff) | |
fix typo.
Diffstat (limited to 'serverboot')
| -rw-r--r-- | serverboot/wiring.c | 2 |
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); } |
