diff options
author | dim <dim@FreeBSD.org> | 2014-03-20 23:48:18 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2014-03-20 23:48:18 +0000 |
commit | d46bcdadc4adcc8ec4646e8d0859f1ee491c1c11 (patch) | |
tree | 8a2f3cd33e64ef7f5a6a4b26320d6ce80ea2d518 | |
parent | ec5d67aa46e2c8259141fe7898d67f24a6f1bda6 (diff) | |
download | FreeBSD-src-d46bcdadc4adcc8ec4646e8d0859f1ee491c1c11.zip FreeBSD-src-d46bcdadc4adcc8ec4646e8d0859f1ee491c1c11.tar.gz |
MFC r262393 (by ian):
Fix a typo _IMX51_TZICRREG_H_ -> _IMX51_TZICREG_H_ (extra R)
-rw-r--r-- | sys/arm/freescale/imx/imx51_tzicreg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/freescale/imx/imx51_tzicreg.h b/sys/arm/freescale/imx/imx51_tzicreg.h index 5d28f0b..2f700a0 100644 --- a/sys/arm/freescale/imx/imx51_tzicreg.h +++ b/sys/arm/freescale/imx/imx51_tzicreg.h @@ -57,7 +57,7 @@ */ #ifndef _IMX51_TZICREG_H_ -#define _IMX51_TZICRREG_H_ +#define _IMX51_TZICREG_H_ #include <sys/cdefs.h> |