diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-07-09 02:18:10 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-07-09 02:18:10 +0000 |
commit | 37cd4bcbd9ab9b6533db6913a5f690fcc315ea88 (patch) | |
tree | c0d1a2c0b16bb9147ec6b0e504c41cc7f79ed76b /sys | |
parent | d0fac13d5eee2d09ec9bad252924e89e06641805 (diff) |
s/Tryap/Trap
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 |