Module Name:    src
Committed By:   msaitoh
Date:           Sun Dec  5 03:01:59 UTC 2021

Modified Files:
        src/sys/arch/vax/vax: subr.S

Log Message:
s/implictily/implicitly/ in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/vax/vax/subr.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/vax/vax/subr.S
diff -u src/sys/arch/vax/vax/subr.S:1.39 src/sys/arch/vax/vax/subr.S:1.40
--- src/sys/arch/vax/vax/subr.S:1.39	Mon Oct  4 20:25:20 2021
+++ src/sys/arch/vax/vax/subr.S	Sun Dec  5 03:01:59 2021
@@ -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 @@ softint_process:
 #endif
 
 	mtpr	PCB_PADDR(%r3),$PR_PCBB	/* restore PA of interrupted pcb */
-	ldpctx				/* implictily updates curlwp */
+	ldpctx				/* implicitly updates curlwp */
 	rei
 
 

Reply via email to