diff options
author | Roland McGrath <roland@gnu.org> | 2001-10-14 21:11:09 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-10-14 21:11:09 +0000 |
commit | 2b89b8557c47d496587edb991bfad1c268e7959d (patch) | |
tree | 40763ceca0d621d243472e4341ba187a1591ed37 /libstore/map.c | |
parent | f2d97a758829d6a043c9a82db62a5da78a8844c3 (diff) |
Fix typo in copyright.
Diffstat (limited to 'libstore/map.c')
-rw-r--r-- | libstore/map.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/libstore/map.c b/libstore/map.c index 4ac8ce98..b7533cbb 100644 --- a/libstore/map.c +++ b/libstore/map.c @@ -1,8 +1,9 @@ /* Direct store mapping Copyright (C) 1997 Free Software Foundation, Inc. - Written by Miles Bader <miles@gnu.ai.mit.edu> - This task is part of the GNU Hurd. + Written by Miles Bader <miles@gnu.org> + + This file is part of the GNU Hurd. The GNU Hurd is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -27,8 +28,9 @@ fail because store contains non-contiguous regions on the underlying object. In such a case you can try calling some of the routines below to get a pager. */ -error_t store_map (const struct store *store, vm_prot_t prot, - mach_port_t *memobj) +error_t +store_map (const struct store *store, vm_prot_t prot, + mach_port_t *memobj) { error_t (*map) (const struct store *store, vm_prot_t prot, mach_port_t *memobj) = |