summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2004-12-26 22:36:34 +0000
committermiod <miod@openbsd.org>2004-12-26 22:36:34 +0000
commit6a79450e4379bc62f303cc43c3ccfd1a6a9e9e5c (patch)
tree09ab3e853ed421755f42e907dab415f13a4af7d0
parentTypos (diff)
downloadwireguard-openbsd-6a79450e4379bc62f303cc43c3ccfd1a6a9e9e5c.tar.xz
wireguard-openbsd-6a79450e4379bc62f303cc43c3ccfd1a6a9e9e5c.zip
Typo
-rw-r--r--sys/arch/mac68k/mac68k/locore.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/mac68k/locore.s b/sys/arch/mac68k/mac68k/locore.s
index 335b1c75f09..d87a17cb9dd 100644
--- a/sys/arch/mac68k/mac68k/locore.s
+++ b/sys/arch/mac68k/mac68k/locore.s
@@ -1,4 +1,4 @@
-/* $OpenBSD: locore.s,v 1.42 2004/12/24 22:50:30 miod Exp $ */
+/* $OpenBSD: locore.s,v 1.43 2004/12/26 22:36:34 miod Exp $ */
/* $NetBSD: locore.s,v 1.103 1998/07/09 06:02:50 scottr Exp $ */
/*
@@ -726,7 +726,7 @@ Lkbrkpt: | Kernel-mode breakpoint or trace trap. (d0=trap_type)
lea sp@(FR_SIZE),a6 | Save stack pointer
movl a6,sp@(FR_SP) | from before trap
- | If were are not on tmpstk switch to it.
+ | If we are not on tmpstk switch to it.
| (so debugger can change the stack pointer)
movl a6,d1
cmpl #_ASM_LABEL(tmpstk),d1