diff options
Diffstat (limited to 'sys/vm/swap_pager.c')
-rw-r--r-- | sys/vm/swap_pager.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/swap_pager.c b/sys/vm/swap_pager.c index baa5f7e65b6..8eb5e60d2b8 100644 --- a/sys/vm/swap_pager.c +++ b/sys/vm/swap_pager.c @@ -1,4 +1,4 @@ -/* $OpenBSD: swap_pager.c,v 1.14 1998/12/30 10:21:52 art Exp $ */ +/* $OpenBSD: swap_pager.c,v 1.15 1999/02/08 01:10:58 art Exp $ */ /* $NetBSD: swap_pager.c,v 1.27 1996/03/16 23:15:20 christos Exp $ */ /* @@ -1123,7 +1123,7 @@ swap_pager_remove(pager, from, to) /* * When coming to the end-block we need to - * adjust the mask in the othher end, as well as + * adjust the mask in the other end, as well as * ensuring this will be the last iteration. */ if (blk == to_blk) { |