summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1997-07-23 23:35:47 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1997-07-23 23:35:47 +0000
commit02a02e63cd2af7179203aeb4848563e52e785214 (patch)
tree05e7012846ba2f1484c9f524a53c6e1158f19a3e
parent372b574ccd70422b9d3d91755925c9cf3e09f2f3 (diff)
typo
-rw-r--r--sys/ddb/db_run.c4
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;