Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/imx fix typo.



details:   https://anonhg.NetBSD.org/src/rev/951879240583
branches:  trunk
changeset: 327091:951879240583
user:      hkenken <hkenken%NetBSD.org@localhost>
date:      Thu Feb 27 03:09:57 2014 +0000

description:
fix typo.

diffstat:

 sys/arch/arm/imx/imx51_tzicreg.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 0338d0c76314 -r 951879240583 sys/arch/arm/imx/imx51_tzicreg.h
--- a/sys/arch/arm/imx/imx51_tzicreg.h  Thu Feb 27 02:14:27 2014 +0000
+++ b/sys/arch/arm/imx/imx51_tzicreg.h  Thu Feb 27 03:09:57 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: imx51_tzicreg.h,v 1.1 2010/11/13 07:11:03 bsh Exp $    */
+/*     $NetBSD: imx51_tzicreg.h,v 1.2 2014/02/27 03:09:57 hkenken Exp $        */
 /*
  * Copyright (c) 2010  Genetec Corporation.  All rights reserved.
  * Written by Hashimoto Kenichi for Genetec Corporation.
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #ifndef _ARM_IMX_IMX51_TZICREG_H_
-#define        _ARM_IMX_IMX51_TZICRREG_H_
+#define        _ARM_IMX_IMX51_TZICREG_H_
 
 #include <sys/cdefs.h>
 
@@ -50,4 +50,4 @@
 #define        TZIC_SWINT              0x0f00
 
 #define        TZIC_INTNUM             128
-#endif /* _ARM_IMX_IMX51_TZICRREG_H_ */
+#endif /* _ARM_IMX_IMX51_TZICREG_H_ */



Home | Main Index | Thread Index | Old Index