Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/omap spell "regulator" correctly



details:   https://anonhg.NetBSD.org/src/rev/d6423d2ddd9b
branches:  trunk
changeset: 335533:d6423d2ddd9b
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Mon Jan 12 01:02:35 2015 +0000

description:
spell "regulator" correctly

diffstat:

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

diffs (27 lines):

diff -r b049732357e6 -r d6423d2ddd9b sys/arch/arm/omap/omap3_sdhc.c
--- a/sys/arch/arm/omap/omap3_sdhc.c    Sun Jan 11 22:59:57 2015 +0000
+++ b/sys/arch/arm/omap/omap3_sdhc.c    Mon Jan 12 01:02:35 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: omap3_sdhc.c,v 1.14 2014/03/29 23:32:41 matt Exp $     */
+/*     $NetBSD: omap3_sdhc.c,v 1.15 2015/01/12 01:02:35 jakllsch Exp $ */
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: omap3_sdhc.c,v 1.14 2014/03/29 23:32:41 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: omap3_sdhc.c,v 1.15 2015/01/12 01:02:35 jakllsch Exp $");
 
 #include "opt_omap.h"
 
@@ -206,7 +206,7 @@
        KASSERT(i < __arraycount(am335x_sdhc));
 #endif
 
-       /* XXXXXX: Turn-on regurator via I2C. */
+       /* XXXXXX: Turn-on regulator via I2C. */
        /* XXXXXX: And enable ICLOCK/FCLOCK. */
 
        /* MMCHS Soft reset */



Home | Main Index | Thread Index | Old Index