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 tyop in an acient comment.



details:   https://anonhg.NetBSD.org/src/rev/c200ca41e6c2
branches:  trunk
changeset: 935117:c200ca41e6c2
user:      simonb <simonb%NetBSD.org@localhost>
date:      Thu Jun 25 08:00:49 2020 +0000

description:
Fix tyop in an acient comment.

diffstat:

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

diffs (27 lines):

diff -r e2f2126ea0b1 -r c200ca41e6c2 sys/arch/mips/mips/trap.c
--- a/sys/arch/mips/mips/trap.c Thu Jun 25 07:53:01 2020 +0000
+++ b/sys/arch/mips/mips/trap.c Thu Jun 25 08:00:49 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.c,v 1.253 2020/04/09 06:49:37 skrll Exp $ */
+/*     $NetBSD: trap.c,v 1.254 2020/06/25 08:00:49 simonb Exp $        */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -39,7 +39,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.253 2020/04/09 06:49:37 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.254 2020/06/25 08:00:49 simonb Exp $");
 
 #include "opt_cputype.h"       /* which mips CPU levels do we support? */
 #include "opt_ddb.h"
@@ -695,7 +695,7 @@
 }
 
 
-/* XXX need to rewrite acient comment XXX
+/* XXX need to rewrite ancient comment XXX
  * This routine is called by procxmt() to single step one instruction.
  * We do this by storing a break instruction after the current instruction,
  * resuming execution, and then restoring the old instruction.



Home | Main Index | Thread Index | Old Index