diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2007-10-22 14:46:47 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2007-10-22 14:46:47 +0000 |
commit | b8b3845bea1fa0069aa71d6f59864c5f72ed3883 (patch) | |
tree | edb2922a81504bdf344b2ceb5d8705c7be7d7bb0 /sys/arch/mips64 | |
parent | 437ee68c04f0b5468f6a106302513d75ea3587af (diff) |
stoped -> stopped
ok miod@
Diffstat (limited to 'sys/arch/mips64')
-rw-r--r-- | sys/arch/mips64/mips64/db_machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mips64/mips64/db_machdep.c b/sys/arch/mips64/mips64/db_machdep.c index 4e2ee91e71f..af27e124f57 100644 --- a/sys/arch/mips64/mips64/db_machdep.c +++ b/sys/arch/mips64/mips64/db_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_machdep.c,v 1.13 2007/10/10 15:53:52 art Exp $ */ +/* $OpenBSD: db_machdep.c,v 1.14 2007/10/22 14:46:46 jsing Exp $ */ /* * Copyright (c) 1998-2003 Opsycon AB (www.opsycon.se) @@ -134,7 +134,7 @@ kdb_trap(type, fp) db_error("Caught exception in ddb.\n"); /*NOTREACHED*/ } - printf("stoped on non ddb fault\n"); + printf("stopped on non ddb fault\n"); } bcopy((void *)fp, (void *)&ddb_regs, NUMSAVEREGS * sizeof(register_t)); |