Module Name:    src
Committed By:   skrll
Date:           Tue May 15 05:45:37 UTC 2012

Modified Files:
        src/sys/arch/arm/iomd: iomd_clock.c

Log Message:
Typos in a comment.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/arm/iomd/iomd_clock.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/arm/iomd/iomd_clock.c
diff -u src/sys/arch/arm/iomd/iomd_clock.c:1.27 src/sys/arch/arm/iomd/iomd_clock.c:1.28
--- src/sys/arch/arm/iomd/iomd_clock.c:1.27	Mon May 14 10:38:08 2012
+++ src/sys/arch/arm/iomd/iomd_clock.c	Tue May 15 05:45:37 2012
@@ -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 @@ static u_int iomd_timecounter0_get(struc
 
 	/*
 	 * 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,

Reply via email to