diff options
author | 1997-07-23 23:35:46 +0000 | |
---|---|---|
committer | 1997-07-23 23:35:46 +0000 | |
commit | 084823e8f40408225e37b0ac2a0e4dd997edd9e4 (patch) | |
tree | d8f114b018b3d06ae250675d00fc8a96cb06c570 /sys | |
parent | Support an DB_VALID_BREAKPOINT option for validation of breakpoints. (diff) | |
download | wireguard-openbsd-084823e8f40408225e37b0ac2a0e4dd997edd9e4.tar.xz wireguard-openbsd-084823e8f40408225e37b0ac2a0e4dd997edd9e4.zip |
typo
Diffstat (limited to 'sys')
-rw-r--r-- | sys/ddb/db_run.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/db_run.c b/sys/ddb/db_run.c index aaa20b86e84..04b6280abaf 100644 --- a/sys/ddb/db_run.c +++ b/sys/ddb/db_run.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_run.c,v 1.8 1997/07/19 22:28:19 niklas Exp $ */ +/* $OpenBSD: db_run.c,v 1.9 1997/07/23 23:35:46 niklas Exp $ */ /* $NetBSD: db_run.c,v 1.8 1996/02/05 01:57:12 christos Exp $ */ /* @@ -111,7 +111,7 @@ db_stop_at_pc(regs, is_breakpoint) * XXX why on earth is this ifndef'd? Please explain! * I believe this was a workaround a bug where singlestep * breakpoints got deleted before recognized as such. This - * bug is now gone and probably this #ifndef should go to. + * bug is now gone and probably this #ifndef should go too. */ #ifndef m88k PC_REGS(regs) = old_pc; |