Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/uvm Fix typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/2ac39026a859
branches:  trunk
changeset: 342107:2ac39026a859
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Dec 06 09:38:54 2015 +0000

description:
Fix typo in comment.

diffstat:

 sys/uvm/uvm_vnode.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 3759b1343f82 -r 2ac39026a859 sys/uvm/uvm_vnode.c
--- a/sys/uvm/uvm_vnode.c       Sun Dec 06 09:38:21 2015 +0000
+++ b/sys/uvm/uvm_vnode.c       Sun Dec 06 09:38:54 2015 +0000
@@ -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 @@
        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
         */



Home | Main Index | Thread Index | Old Index