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 | b02a82a8a38a258c05f8ba88ba08a6aac40ff7a9 (patch) | |
tree | 5ea1e4350bb722653a6971b23fd45267d723fb28 | |
parent | 1a05492545289ee207e85abef3133dec88c7dd72 (diff) | |
download | hurd-b02a82a8a38a258c05f8ba88ba08a6aac40ff7a9.tar.gz hurd-b02a82a8a38a258c05f8ba88ba08a6aac40ff7a9.tar.bz2 hurd-b02a82a8a38a258c05f8ba88ba08a6aac40ff7a9.zip |
fix typo.
-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); } |