summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2016-01-23 17:30:25 +0000
committerAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2016-01-23 17:30:25 +0000
commitbe85434f1c7e7dbe5b18198628a1e5fad716f5a3 (patch)
treed5ae26073fedae17a7b4daf63d53e382c2617cbf /sys/arch
parent2239710bb2e44d7485e31a1ebda320a658f8ff9a (diff)
Typo in comment; from Miod
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/vax/vax/locore.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/vax/locore.S b/sys/arch/vax/vax/locore.S
index 12a6aaebe43..1a86017041d 100644
--- a/sys/arch/vax/vax/locore.S
+++ b/sys/arch/vax/vax/locore.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: locore.S,v 1.9 2015/02/01 10:50:01 miod Exp $ */
+/* $OpenBSD: locore.S,v 1.10 2016/01/23 17:30:24 ajacoutot Exp $ */
/* $NetBSD: intvec.s,v 1.39 1999/06/28 08:20:48 itojun Exp $ */
/*
@@ -293,7 +293,7 @@ SCBENTRY(hardclock)
/*
* Main routine for traps; all go through this.
* Note that we put USP on the frame here, which sometimes should
- * be KSP to be correct, but because we only alters it when we are
+ * be KSP to be correct, but because we only alter it when we are
* called from user space it doesn't care.
* _sret is used in cpu_set_kpc to jump out to user space first time.
*/