diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1999-02-08 01:10:59 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1999-02-08 01:10:59 +0000 |
commit | e5660990b614be980c05c5595f7f194752917999 (patch) | |
tree | 0cb7205072a7e03cd5e9126aaa445a81f3222101 /sys/vm/swap_pager.c | |
parent | 7c9356b3491d4c1b1f7771211d089bdc7b11831b (diff) |
typo in comment
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) { |