Source-Changes-HG archive

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

[src/trunk]: src/sys/uvm Typo in comment



details:   https://anonhg.NetBSD.org/src/rev/682f58b6161b
branches:  trunk
changeset: 745496:682f58b6161b
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Mar 03 07:51:26 2020 +0000

description:
Typo in comment

diffstat:

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

diffs (27 lines):

diff -r b79bf26b4b3e -r 682f58b6161b sys/uvm/uvm_page.c
--- a/sys/uvm/uvm_page.c        Tue Mar 03 06:44:38 2020 +0000
+++ b/sys/uvm/uvm_page.c        Tue Mar 03 07:51:26 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_page.c,v 1.228 2020/02/27 22:12:54 ad Exp $        */
+/*     $NetBSD: uvm_page.c,v 1.229 2020/03/03 07:51:26 skrll Exp $     */
 
 /*-
  * Copyright (c) 2019, 2020 The NetBSD Foundation, Inc.
@@ -95,7 +95,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_page.c,v 1.228 2020/02/27 22:12:54 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_page.c,v 1.229 2020/03/03 07:51:26 skrll Exp $");
 
 #include "opt_ddb.h"
 #include "opt_uvm.h"
@@ -1532,7 +1532,7 @@
                rw_write_held(pg->uanon->an_lock));
 
        /*
-        * remove the page from the object's tree beore acquiring any page
+        * remove the page from the object's tree before acquiring any page
         * interlocks: this can acquire locks to free radixtree nodes.
         */
        if (pg->uobject != NULL) {



Home | Main Index | Thread Index | Old Index