Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/iomd Typos in a comment.



details:   https://anonhg.NetBSD.org/src/rev/fb7f22641051
branches:  trunk
changeset: 779269:fb7f22641051
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue May 15 05:45:37 2012 +0000

description:
Typos in a comment.

diffstat:

 sys/arch/arm/iomd/iomd_clock.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 091706ceaf8c -r fb7f22641051 sys/arch/arm/iomd/iomd_clock.c
--- a/sys/arch/arm/iomd/iomd_clock.c    Tue May 15 02:14:13 2012 +0000
+++ b/sys/arch/arm/iomd/iomd_clock.c    Tue May 15 05:45:37 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: iomd_clock.c,v 1.27 2012/05/14 10:38:08 skrll Exp $    */
+/*     $NetBSD: iomd_clock.c,v 1.28 2012/05/15 05:45:37 skrll Exp $    */
 
 /*
  * Copyright (c) 1994-1997 Mark Brinicombe.
@@ -47,7 +47,7 @@
 
 #include <sys/param.h>
 
-__KERNEL_RCSID(0, "$NetBSD: iomd_clock.c,v 1.27 2012/05/14 10:38:08 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: iomd_clock.c,v 1.28 2012/05/15 05:45:37 skrll Exp $");
 
 #include <sys/systm.h>
 #include <sys/types.h>
@@ -312,7 +312,7 @@
 
        /*
         * Latch the current value of the timer and then read it.
-        * This garentees an atmoic reading of the time.
+        * This guarantees an atomic reading of the time.
         */
        s = splhigh();
        bus_space_write_1(clock_sc->sc_iot, clock_sc->sc_ioh,



Home | Main Index | Thread Index | Old Index