summaryrefslogtreecommitdiff
path: root/sys/compat/osf1
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-03-04 19:33:23 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-03-04 19:33:23 +0000
commit36a092ab9d9fc68c1832c1ed972834cde5b8d2f8 (patch)
treee9a11790cd512ff0785e5d0ff88ce879dddb6933 /sys/compat/osf1
parent5dbdb9a739b32a5eafb3411a8267f6e8aecd6d1c (diff)
Typos grab bag of the month, eyeballed by jmc@
Diffstat (limited to 'sys/compat/osf1')
-rw-r--r--sys/compat/osf1/osf1_mmap.c4
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.