summaryrefslogtreecommitdiff
path: root/sys/uvm/uvm_vnode.c
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2023-04-10 04:21:21 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2023-04-10 04:21:21 +0000
commitf14995fb41aefe2f85e7379f95928e90f7aeca21 (patch)
treeb0b0f1853263f716b6ac6face773c9bcef24ba77 /sys/uvm/uvm_vnode.c
parent72997f6aae1a50d3c6c67fb0125418e9fe77a56e (diff)
spelling
Diffstat (limited to 'sys/uvm/uvm_vnode.c')
-rw-r--r--sys/uvm/uvm_vnode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/uvm/uvm_vnode.c b/sys/uvm/uvm_vnode.c
index ada3a61f46f..318aebce5a3 100644
--- a/sys/uvm/uvm_vnode.c
+++ b/sys/uvm/uvm_vnode.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_vnode.c,v 1.131 2022/12/08 21:32:48 kettenis Exp $ */
+/* $OpenBSD: uvm_vnode.c,v 1.132 2023/04/10 04:21:20 jsg Exp $ */
/* $NetBSD: uvm_vnode.c,v 1.36 2000/11/24 20:34:01 chs Exp $ */
/*
@@ -912,7 +912,7 @@ uvn_put(struct uvm_object *uobj, struct vm_page **pps, int npages, int flags)
* function assumes we hold a reference.
*
* If the vnode is in the process of being recycled by someone
- * else, grabbing a refernce will fail. In that case the
+ * else, grabbing a reference will fail. In that case the
* pages will already be written out by whoever is cleaning
* the vnode, so simply return VM_PAGER_AGAIN such that we
* skip these pages.