diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc64/sparc64/locore.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/sparc64/locore.s b/sys/arch/sparc64/sparc64/locore.s index bd6bd55d741..5bad13ac7dc 100644 --- a/sys/arch/sparc64/sparc64/locore.s +++ b/sys/arch/sparc64/sparc64/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.39 2003/05/17 19:30:55 art Exp $ */ +/* $OpenBSD: locore.s,v 1.40 2003/07/09 02:18:09 jason Exp $ */ /* $NetBSD: locore.s,v 1.137 2001/08/13 06:10:10 jdolecek Exp $ */ /* @@ -402,7 +402,7 @@ _C_LABEL(cold): * * We have a problem with v9 traps; we have no registers to put the * trap type into. But we do have a %tt register which already has - * that information. Tryap types in these macros are all dummys. + * that information. Trap types in these macros are all dummys. */ /* regular vectored traps */ #ifdef DEBUG |