Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/sparc fix an incomplete comment.



details:   https://anonhg.NetBSD.org/src/rev/a0be61978dac
branches:  trunk
changeset: 750554:a0be61978dac
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Jan 06 06:15:09 2010 +0000

description:
fix an incomplete comment.

diffstat:

 sys/arch/sparc/sparc/timer_sun4m.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 0352a223d411 -r a0be61978dac sys/arch/sparc/sparc/timer_sun4m.c
--- a/sys/arch/sparc/sparc/timer_sun4m.c        Wed Jan 06 05:55:01 2010 +0000
+++ b/sys/arch/sparc/sparc/timer_sun4m.c        Wed Jan 06 06:15:09 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: timer_sun4m.c,v 1.20 2010/01/04 04:21:35 mrg Exp $     */
+/*     $NetBSD: timer_sun4m.c,v 1.21 2010/01/06 06:15:09 mrg Exp $     */
 
 /*
  * Copyright (c) 1992, 1993
@@ -58,7 +58,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: timer_sun4m.c,v 1.20 2010/01/04 04:21:35 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: timer_sun4m.c,v 1.21 2010/01/06 06:15:09 mrg Exp $");
 
 #include <sys/param.h>
 #include <sys/kernel.h>
@@ -103,7 +103,7 @@
        /*
         * We call hardclock() here so that we make sure it is called on
         * all CPUs.  This function ends up being called on sun4m systems
-        * every tick, so we have avoid 
+        * every tick.
         */
        hardclock(v);
 



Home | Main Index | Thread Index | Old Index