diff options
Diffstat (limited to 'sys/compat/osf1/osf1_mmap.c')
-rw-r--r-- | sys/compat/osf1/osf1_mmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/osf1/osf1_mmap.c b/sys/compat/osf1/osf1_mmap.c index c42ff6eaf4a..d480b06d420 100644 --- a/sys/compat/osf1/osf1_mmap.c +++ b/sys/compat/osf1/osf1_mmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: osf1_mmap.c,v 1.5 2001/11/07 01:18:00 art Exp $ */ +/* $OpenBSD: osf1_mmap.c,v 1.6 2006/03/04 19:33:21 miod Exp $ */ /* $NetBSD: osf1_mmap.c,v 1.5 2000/04/11 05:26:27 chs Exp $ */ /* @@ -142,7 +142,7 @@ osf1_sys_mmap(p, v, retval) * * The OSF/1 mmap() function attempts to map non-fixed entries * near the address that the user specified. Therefore, for - * non-fixed entires we try to find space in the address space + * non-fixed entries we try to find space in the address space * starting at that address. If the user specified zero, we * start looking at at least NBPG, so that programs can't * accidentally live through deferencing NULL. |