Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/mips Fix a small typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/bf433b4f00da
branches:  trunk
changeset: 518322:bf433b4f00da
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Wed Nov 28 08:49:19 2001 +0000

description:
Fix a small typo in comment.

diffstat:

 sys/arch/mips/mips/vm_machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 8f9c626a3ec4 -r bf433b4f00da sys/arch/mips/mips/vm_machdep.c
--- a/sys/arch/mips/mips/vm_machdep.c   Wed Nov 28 05:55:34 2001 +0000
+++ b/sys/arch/mips/mips/vm_machdep.c   Wed Nov 28 08:49:19 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vm_machdep.c,v 1.85 2001/11/14 18:15:27 thorpej Exp $  */
+/*     $NetBSD: vm_machdep.c,v 1.86 2001/11/28 08:49:19 nisimura Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -45,7 +45,7 @@
 #include "opt_ddb.h"
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.85 2001/11/14 18:15:27 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.86 2001/11/28 08:49:19 nisimura Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -151,7 +151,7 @@
        pcb->pcb_context[1] = (int)arg;                 /* S1 */
        pcb->pcb_context[11] |= PSL_LOWIPL;             /* SR */
 #ifdef IPL_ICU_MASK
-       pcb->pcb_ppl = 0;       /* machine depenedend interrupt mask */
+       pcb->pcb_ppl = 0;       /* machine dependent interrupt mask */
 #endif
 }
 



Home | Main Index | Thread Index | Old Index