Module Name: src
Committed By: skrll
Date: Thu Mar 11 07:05:21 UTC 2010
Modified Files:
src/sys/arch/hppa/hppa: db_trace.c
Log Message:
Comment change.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/hppa/hppa/db_trace.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/hppa/hppa/db_trace.c
diff -u src/sys/arch/hppa/hppa/db_trace.c:1.6 src/sys/arch/hppa/hppa/db_trace.c:1.7
--- src/sys/arch/hppa/hppa/db_trace.c:1.6 Sat Nov 21 15:36:33 2009
+++ src/sys/arch/hppa/hppa/db_trace.c Thu Mar 11 07:05:21 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: db_trace.c,v 1.6 2009/11/21 15:36:33 rmind Exp $ */
+/* $NetBSD: db_trace.c,v 1.7 2010/03/11 07:05:21 skrll Exp $ */
/* $OpenBSD: db_interface.c,v 1.16 2001/03/22 23:31:45 mickey Exp $ */
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: db_trace.c,v 1.6 2009/11/21 15:36:33 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: db_trace.c,v 1.7 2010/03/11 07:05:21 skrll Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -138,8 +138,8 @@
*/
/*
- * if a terminal frame then report the trapframe
- * and continue after it (if not the last one).
+ * if a terminal frame then report the trapframe and continue
+ * after it (if not the last one).
*/
if (!fp[0]) {
register_t *scargs;