diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-03-26 05:37:04 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-03-26 05:37:04 +0000 |
commit | 1d46e549795f4255d6ef4767b6deb23c4d0f8d08 (patch) | |
tree | 48a789c817baa20de8bf3393f77541dc172e8a8c /sys/uvm | |
parent | 6100898e10cf720454d853e413620587eab6c364 (diff) |
Typo: parition -> partition
Diffstat (limited to 'sys/uvm')
-rw-r--r-- | sys/uvm/uvm_swap.c | 4 |
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 |