Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/sparc64 Fix typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/d23f8d9fb35b
branches:  trunk
changeset: 333231:d23f8d9fb35b
user:      nakayama <nakayama%NetBSD.org@localhost>
date:      Fri Oct 24 15:51:16 2014 +0000

description:
Fix typo in comment.

diffstat:

 sys/arch/sparc64/sparc64/locore.s |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9b396ae2ef28 -r d23f8d9fb35b sys/arch/sparc64/sparc64/locore.s
--- a/sys/arch/sparc64/sparc64/locore.s Fri Oct 24 13:18:51 2014 +0000
+++ b/sys/arch/sparc64/sparc64/locore.s Fri Oct 24 15:51:16 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.375 2014/10/18 08:33:27 snj Exp $ */
+/*     $NetBSD: locore.s,v 1.376 2014/10/24 15:51:16 nakayama Exp $    */
 
 /*
  * Copyright (c) 2006-2010 Matthew R. Green
@@ -5772,7 +5772,7 @@
        wrpr    %g0, PIL_HIGH, %pil
        LDPTR   [%l0 + CI_EINTSTACK], %l6       ! l6 = ci_eintstack
        add     %sp, -CC64FSZ, %l2              ! ci_eintstack = sp - CC64FSZ
-       STPTR   %l2, [%l0 + CI_EINTSTACK]       ! save intstack for nexted intr
+       STPTR   %l2, [%l0 + CI_EINTSTACK]       ! save intstack for nested intr
 
        mov     %i0, %o0                        ! o0/i0 = softint lwp
        mov     %l7, %o1                        ! o1/i1 = ipl



Home | Main Index | Thread Index | Old Index