diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-12-26 22:36:35 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-12-26 22:36:35 +0000 |
commit | 41688bc49e4d111340638be3fa23d907f29547eb (patch) | |
tree | 6812f8e719de0633cc8a2eaed81e946600f0de7e /sys | |
parent | f4059d5e793407b2bcdb7a5c323dca2923d9832a (diff) |
Typo
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/mac68k/mac68k/locore.s | 4 |
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 |