Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/vax s/implictily/implicitly/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/ac9a663e1c76
branches:  trunk
changeset: 1026669:ac9a663e1c76
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sun Dec 05 03:01:59 2021 +0000

description:
s/implictily/implicitly/ in comment.

diffstat:

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

diffs (18 lines):

diff -r de167a024162 -r ac9a663e1c76 sys/arch/vax/vax/subr.S
--- a/sys/arch/vax/vax/subr.S   Sun Dec 05 02:59:50 2021 +0000
+++ b/sys/arch/vax/vax/subr.S   Sun Dec 05 03:01:59 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: subr.S,v 1.39 2021/10/04 20:25:20 andvar Exp $    */
+/*     $NetBSD: subr.S,v 1.40 2021/12/05 03:01:59 msaitoh Exp $           */
 
 /*
  * Copyright (c) 1994 Ludd, University of Lule}, Sweden.
@@ -319,7 +319,7 @@
 #endif
 
        mtpr    PCB_PADDR(%r3),$PR_PCBB /* restore PA of interrupted pcb */
-       ldpctx                          /* implictily updates curlwp */
+       ldpctx                          /* implicitly updates curlwp */
        rei
 
 



Home | Main Index | Thread Index | Old Index