Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hppa/hppa Comment change.



details:   https://anonhg.NetBSD.org/src/rev/206d1dbb1029
branches:  trunk
changeset: 752916:206d1dbb1029
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Mar 11 07:05:21 2010 +0000

description:
Comment change.

diffstat:

 sys/arch/hppa/hppa/db_trace.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r a50618633961 -r 206d1dbb1029 sys/arch/hppa/hppa/db_trace.c
--- a/sys/arch/hppa/hppa/db_trace.c     Thu Mar 11 07:01:09 2010 +0000
+++ b/sys/arch/hppa/hppa/db_trace.c     Thu Mar 11 07:05:21 2010 +0000
@@ -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;



Home | Main Index | Thread Index | Old Index