summaryrefslogtreecommitdiff
path: root/include/gpio.h
diff options
context:
space:
mode:
authorMarcus Shawcroft <marcus.shawcroft@arm.com>2017-01-03 09:14:44 +0000
committerMarcus Shawcroft <marcus.shawcroft@arm.com>2017-01-03 09:30:55 +0000
commit66d66848cbb16c12ce5756fb249a5f3850ecfb0f (patch)
tree7694e98fed2cd6ccc4ff43b0f84eca43b2c462b5 /include/gpio.h
parent60a079cb2cf48aeca59f6e8b9336d76137524a11 (diff)
gpio: Fix spelling mistake.
Change-Id: I983a097b0fc14da0f622541c667950c7759b9e78 Signed-off-by: Marcus Shawcroft <marcus.shawcroft@arm.com>
Diffstat (limited to 'include/gpio.h')
-rw-r--r--include/gpio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpio.h b/include/gpio.h
index c6ac071b7..357856ef6 100644
--- a/include/gpio.h
+++ b/include/gpio.h
@@ -63,7 +63,7 @@ extern "C" {
/** GPIO pin trigger on level high or rising edge. */
#define GPIO_INT_ACTIVE_HIGH (1 << 2)
-/** GPIO pin trggier to be synchronized to clock pulses. */
+/** GPIO pin trigger to be synchronized to clock pulses. */
#define GPIO_INT_CLOCK_SYNC (1 << 3)
/** Enable GPIO pin debounce. */