summaryrefslogtreecommitdiff
path: root/sys/uvm/uvm_vnode.c
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2015-12-06 09:38:54 +0000
committerwiz <wiz@NetBSD.org>2015-12-06 09:38:54 +0000
commitfeede2475fa38469d114805745a92ea0c0911eef (patch)
tree5bbc07a81bc7ba14114929cd2f352a1a896b4a8e /sys/uvm/uvm_vnode.c
parent8a78ad49dc5b323808b238c0ae54334c874f194d (diff)
Fix typo in comment.
Diffstat (limited to 'sys/uvm/uvm_vnode.c')
-rw-r--r--sys/uvm/uvm_vnode.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/uvm/uvm_vnode.c b/sys/uvm/uvm_vnode.c
index aa149156f1b..9f655081768 100644
--- a/sys/uvm/uvm_vnode.c
+++ b/sys/uvm/uvm_vnode.c
@@ -1,4 +1,4 @@
-/* $NetBSD: uvm_vnode.c,v 1.101 2015/12/06 08:53:22 mlelstv Exp $ */
+/* $NetBSD: uvm_vnode.c,v 1.102 2015/12/06 09:38:54 wiz Exp $ */
/*
* Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -45,7 +45,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_vnode.c,v 1.101 2015/12/06 08:53:22 mlelstv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_vnode.c,v 1.102 2015/12/06 09:38:54 wiz Exp $");
#ifdef _KERNEL_OPT
#include "opt_uvmhist.h"
@@ -356,7 +356,7 @@ uvm_vnp_setsize(struct vnode *vp, voff_t newsize)
oldsize = vp->v_writesize;
/*
- * check wether size shrinks
+ * check whether size shrinks
* if old size hasn't been set, there are no pages to drop
* if there was an integer overflow in pgend, then this is no shrink
*/