Module Name:    src
Committed By:   ryo
Date:           Thu Oct 26 05:08:30 UTC 2017

Modified Files:
        src/sys/arch/arm/imx: imx6_usdhc.c imx7_usdhc.c

Log Message:
fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/imx/imx6_usdhc.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/imx/imx7_usdhc.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/imx/imx6_usdhc.c
diff -u src/sys/arch/arm/imx/imx6_usdhc.c:1.4 src/sys/arch/arm/imx/imx6_usdhc.c:1.5
--- src/sys/arch/arm/imx/imx6_usdhc.c:1.4	Fri Jun  9 18:14:59 2017
+++ src/sys/arch/arm/imx/imx6_usdhc.c	Thu Oct 26 05:08:30 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: imx6_usdhc.c,v 1.4 2017/06/09 18:14:59 ryo Exp $ */
+/*	$NetBSD: imx6_usdhc.c,v 1.5 2017/10/26 05:08:30 ryo Exp $ */
 
 /*-
  * Copyright (c) 2012  Genetec Corporation.  All rights reserved.
@@ -30,7 +30,7 @@
 
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: imx6_usdhc.c,v 1.4 2017/06/09 18:14:59 ryo Exp $");
+__KERNEL_RCSID(0, "$NetBSD: imx6_usdhc.c,v 1.5 2017/10/26 05:08:30 ryo Exp $");
 
 #include "imxgpio.h"
 
@@ -125,7 +125,7 @@ sdhc_attach(device_t parent, device_t se
 		return;
 	}
 
-	aprint_normal(": Ultra Secured Digial Host Controller\n");
+	aprint_normal(": Ultra Secured Digital Host Controller\n");
 	aprint_naive("\n");
 	sc->sc_sdhc.sc_host = sc->sc_hosts;
 

Index: src/sys/arch/arm/imx/imx7_usdhc.c
diff -u src/sys/arch/arm/imx/imx7_usdhc.c:1.1 src/sys/arch/arm/imx/imx7_usdhc.c:1.2
--- src/sys/arch/arm/imx/imx7_usdhc.c:1.1	Tue May 17 06:44:45 2016
+++ src/sys/arch/arm/imx/imx7_usdhc.c	Thu Oct 26 05:08:30 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: imx7_usdhc.c,v 1.1 2016/05/17 06:44:45 ryo Exp $	*/
+/*	$NetBSD: imx7_usdhc.c,v 1.2 2017/10/26 05:08:30 ryo Exp $	*/
 
 /*-
  * Copyright (c) 2012  Genetec Corporation.  All rights reserved.
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: imx7_usdhc.c,v 1.1 2016/05/17 06:44:45 ryo Exp $");
+__KERNEL_RCSID(0, "$NetBSD: imx7_usdhc.c,v 1.2 2017/10/26 05:08:30 ryo Exp $");
 
 #include "imxgpio.h"
 
@@ -163,7 +163,7 @@ sdhc_attach(device_t parent __unused, de
 		return;
 	}
 
-	aprint_normal(": Ultra Secured Digial Host Controller\n");
+	aprint_normal(": Ultra Secured Digital Host Controller\n");
 	aprint_naive("\n");
 	sc->sc_sdhc.sc_host = sc->sc_hosts;
 

Reply via email to