summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2020-05-18 08:26:29 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2020-05-18 08:26:29 +0000
commitfbccdb82569f36ace8ad11c69a4572739238eb30 (patch)
tree31c70593584808f80dccc73f51fad9e1bde3ce5a
parent201a2e483afe49ca40b95b08b5f791bd48ae4bea (diff)
Fix typo
-rw-r--r--sys/arch/sparc64/sparc64/locore.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/sparc64/locore.s b/sys/arch/sparc64/sparc64/locore.s
index de59a9bb3c6..691e73f6f52 100644
--- a/sys/arch/sparc64/sparc64/locore.s
+++ b/sys/arch/sparc64/sparc64/locore.s
@@ -1,4 +1,4 @@
-/* $OpenBSD: locore.s,v 1.188 2020/05/17 13:48:31 deraadt Exp $ */
+/* $OpenBSD: locore.s,v 1.189 2020/05/18 08:26:28 claudio Exp $ */
/* $NetBSD: locore.s,v 1.137 2001/08/13 06:10:10 jdolecek Exp $ */
/*
@@ -1953,7 +1953,7 @@ winfixfill:
* make the handler issue a `saved' instruction immediately
* after creating the trapframe.
*
- * The fillowing is duplicated from datafault:
+ * The following is duplicated from datafault:
*/
wrpr %g0, PSTATE_KERN|PSTATE_AG, %pstate ! We need to save volatile stuff to AG regs
#ifdef DEBUG