From e5660990b614be980c05c5595f7f194752917999 Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Mon, 8 Feb 1999 01:10:59 +0000 Subject: typo in comment --- sys/vm/swap_pager.c | 4 ++-- 1 file 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) { -- cgit v1.2.3