diff options
Diffstat (limited to 'src/soc/samsung/exynos5420/gpio.h')
-rw-r--r-- | src/soc/samsung/exynos5420/gpio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/samsung/exynos5420/gpio.h b/src/soc/samsung/exynos5420/gpio.h index 4cf8e57249..ea1cd2fec7 100644 --- a/src/soc/samsung/exynos5420/gpio.h +++ b/src/soc/samsung/exynos5420/gpio.h @@ -544,7 +544,7 @@ int gpio_set_value(unsigned gpio, int value); enum mvl3 { LOGIC_0, LOGIC_1, - LOGIC_Z, /* high impedence / tri-stated / floating */ + LOGIC_Z, /* high impedance / tri-stated / floating */ }; #endif /* CPU_SAMSUNG_EXYNOS5420_GPIO_H */ |