summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorart <art@openbsd.org>1999-02-08 01:10:58 +0000
committerart <art@openbsd.org>1999-02-08 01:10:58 +0000
commitaa6929b5ee0989899a34a8d1aa7ab5f8a369e13c (patch)
tree73f6d03d6da4bf12efa6a0c3fa50f68b8586d70b
parentBecause of BROKEN_PROM braindamage we need to allow an interupt (diff)
downloadwireguard-openbsd-aa6929b5ee0989899a34a8d1aa7ab5f8a369e13c.tar.xz
wireguard-openbsd-aa6929b5ee0989899a34a8d1aa7ab5f8a369e13c.zip
typo in comment
-rw-r--r--sys/vm/swap_pager.c4
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) {