svn commit: r262393 - head/sys/arm/freescale/imx
Ian Lepore
ian at FreeBSD.org
Sun Feb 23 21:13:05 UTC 2014
Author: ian
Date: Sun Feb 23 21:13:04 2014
New Revision: 262393
URL: http://svnweb.freebsd.org/changeset/base/262393
Log:
Fix a typo _IMX51_TZICRREG_H_ -> _IMX51_TZICREG_H_ (extra R)
Modified:
head/sys/arm/freescale/imx/imx51_tzicreg.h
Modified: head/sys/arm/freescale/imx/imx51_tzicreg.h
==============================================================================
--- head/sys/arm/freescale/imx/imx51_tzicreg.h Sun Feb 23 21:08:48 2014 (r262392)
+++ head/sys/arm/freescale/imx/imx51_tzicreg.h Sun Feb 23 21:13:04 2014 (r262393)
@@ -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