summaryrefslogtreecommitdiff
path: root/sys/uvm
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2003-05-17 14:02:07 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2003-05-17 14:02:07 +0000
commit8e0131286464277d9a4b195921acf7da8ff426ba (patch)
tree5e4f9b65bf84643f7d3798985cb80d9e2f797441 /sys/uvm
parent643a8823fa75b71f1a12b8fa56fb73e98aae2eb4 (diff)
Typos; from Julien Bordet <zejames@greyhats.org>
Close PR 3262
Diffstat (limited to 'sys/uvm')
-rw-r--r--sys/uvm/uvm_mmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/uvm/uvm_mmap.c b/sys/uvm/uvm_mmap.c
index 728f10e4eb1..30b72e891f5 100644
--- a/sys/uvm/uvm_mmap.c
+++ b/sys/uvm/uvm_mmap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_mmap.c,v 1.45 2003/04/28 21:32:08 drahn Exp $ */
+/* $OpenBSD: uvm_mmap.c,v 1.46 2003/05/17 14:02:06 grange Exp $ */
/* $NetBSD: uvm_mmap.c,v 1.49 2001/02/18 21:19:08 chs Exp $ */
/*
@@ -423,7 +423,7 @@ sys_mincore(p, v, retval)
/*
* sys_mmap: mmap system call.
*
- * => file offest and address may not be page aligned
+ * => file offset and address may not be page aligned
* - if MAP_FIXED, offset and address must have remainder mod PAGE_SIZE
* - if address isn't page aligned the mapping starts at trunc_page(addr)
* and the return value is adjusted up by the page offset.