Module Name:    src
Committed By:   dholland
Date:           Fri Jun  3 00:21:44 UTC 2022

Modified Files:
        src/sys/uvm: uvm_fault.c

Log Message:
typo in comment


To generate a diff of this commit:
cvs rdiff -u -r1.229 -r1.230 src/sys/uvm/uvm_fault.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/uvm/uvm_fault.c
diff -u src/sys/uvm/uvm_fault.c:1.229 src/sys/uvm/uvm_fault.c:1.230
--- src/sys/uvm/uvm_fault.c:1.229	Sun Dec  5 07:28:20 2021
+++ src/sys/uvm/uvm_fault.c	Fri Jun  3 00:21:44 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: uvm_fault.c,v 1.229 2021/12/05 07:28:20 msaitoh Exp $	*/
+/*	$NetBSD: uvm_fault.c,v 1.230 2022/06/03 00:21:44 dholland Exp $	*/
 
 /*
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_fault.c,v 1.229 2021/12/05 07:28:20 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_fault.c,v 1.230 2022/06/03 00:21:44 dholland Exp $");
 
 #include "opt_uvmhist.h"
 
@@ -752,7 +752,7 @@ struct uvm_faultctx {
 	struct vm_anon *anon_spare;
 
 	/*
-	 * the folloing is actually a uvm_fault_lower() internal.
+	 * the following is actually a uvm_fault_lower() internal.
 	 * it's here merely for debugging.
 	 * (or due to the mechanical separation of the function?)
 	 */

Reply via email to