svn commit: r263455 - stable/10/sys/arm/freescale/imx

Dimitry Andric dim at FreeBSD.org
Thu Mar 20 23:48:19 UTC 2014


Author: dim
Date: Thu Mar 20 23:48:18 2014
New Revision: 263455
URL: http://svnweb.freebsd.org/changeset/base/263455

Log:
  MFC r262393 (by ian):
  
  Fix a typo _IMX51_TZICRREG_H_ -> _IMX51_TZICREG_H_ (extra R)

Modified:
  stable/10/sys/arm/freescale/imx/imx51_tzicreg.h
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/arm/freescale/imx/imx51_tzicreg.h
==============================================================================
--- stable/10/sys/arm/freescale/imx/imx51_tzicreg.h	Thu Mar 20 23:16:58 2014	(r263454)
+++ stable/10/sys/arm/freescale/imx/imx51_tzicreg.h	Thu Mar 20 23:48:18 2014	(r263455)
@@ -57,7 +57,7 @@
  */
 
 #ifndef _IMX51_TZICREG_H_
-#define	_IMX51_TZICRREG_H_
+#define	_IMX51_TZICREG_H_
 
 #include <sys/cdefs.h>
 


More information about the svn-src-all mailing list