summaryrefslogtreecommitdiff
path: root/sys/uvm
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2001-03-26 05:37:04 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2001-03-26 05:37:04 +0000
commit1d46e549795f4255d6ef4767b6deb23c4d0f8d08 (patch)
tree48a789c817baa20de8bf3393f77541dc172e8a8c /sys/uvm
parent6100898e10cf720454d853e413620587eab6c364 (diff)
Typo: parition -> partition
Diffstat (limited to 'sys/uvm')
-rw-r--r--sys/uvm/uvm_swap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/uvm/uvm_swap.c b/sys/uvm/uvm_swap.c
index 0a2694f40f0..d56b620571d 100644
--- a/sys/uvm/uvm_swap.c
+++ b/sys/uvm/uvm_swap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_swap.c,v 1.25 2001/03/09 03:13:47 deraadt Exp $ */
+/* $OpenBSD: uvm_swap.c,v 1.26 2001/03/26 05:37:03 aaron Exp $ */
/* $NetBSD: uvm_swap.c,v 1.28 1999/07/22 22:58:39 thorpej Exp $ */
/*
@@ -71,7 +71,7 @@
* information that is passed up to the user (via system calls).
*
* each swap partition is assigned a "priority" (int) which controls
- * swap parition usage.
+ * swap partition usage.
*
* the system maintains a global data structure describing all swap
* partitions/files. there is a sorted LIST of "swappri" structures