Module Name:    src
Committed By:   andvar
Date:           Thu Feb  1 22:02:18 UTC 2024

Modified Files:
        src/sys/arch/powerpc/ibm4xx: pmap.c

Log Message:
s/againt/against/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 src/sys/arch/powerpc/ibm4xx/pmap.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/arch/powerpc/ibm4xx/pmap.c
diff -u src/sys/arch/powerpc/ibm4xx/pmap.c:1.109 src/sys/arch/powerpc/ibm4xx/pmap.c:1.110
--- src/sys/arch/powerpc/ibm4xx/pmap.c:1.109	Wed Oct  5 09:03:06 2022
+++ src/sys/arch/powerpc/ibm4xx/pmap.c	Thu Feb  1 22:02:18 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: pmap.c,v 1.109 2022/10/05 09:03:06 rin Exp $	*/
+/*	$NetBSD: pmap.c,v 1.110 2024/02/01 22:02:18 andvar Exp $	*/
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -67,7 +67,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.109 2022/10/05 09:03:06 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.110 2024/02/01 22:02:18 andvar Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_ddb.h"
@@ -1207,7 +1207,7 @@ pmap_procwr(struct proc *p, vaddr_t va, 
 
 		/*
 		 * For p != curproc, we cannot rely upon TLB miss handler in
-		 * user context. Therefore, extract pa and operate againt it.
+		 * user context. Therefore, extract pa and operate against it.
 		 *
 		 * Note that va below VM_MIN_KERNEL_ADDRESS is reserved for
 		 * direct mapping.

Reply via email to