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 typo in comment



details:   https://anonhg.NetBSD.org/src/rev/526a5f75f9d9
branches:  trunk
changeset: 744883:526a5f75f9d9
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Feb 15 16:56:15 2020 +0000

description:
typo in comment

diffstat:

 sys/arch/mips/mips/mipsX_subr.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c453b4c876ed -r 526a5f75f9d9 sys/arch/mips/mips/mipsX_subr.S
--- a/sys/arch/mips/mips/mipsX_subr.S   Sat Feb 15 14:05:06 2020 +0000
+++ b/sys/arch/mips/mips/mipsX_subr.S   Sat Feb 15 16:56:15 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mipsX_subr.S,v 1.105 2019/06/25 21:26:04 skrll Exp $   */
+/*     $NetBSD: mipsX_subr.S,v 1.106 2020/02/15 16:56:15 skrll Exp $   */
 
 /*
  * Copyright 2002 Wasabi Systems, Inc.
@@ -1826,7 +1826,7 @@
  *     virtual address.
  *
  *     If we are page sizes which use both TLB LO entries, either both
- *     are valid or neither are.  So this expection should never happen.
+ *     are valid or neither are.  So this exception should never happen.
  *
  * Results:
  *     None.



Home | Main Index | Thread Index | Old Index