gpio: Fix spelling mistake.

Change-Id: I983a097b0fc14da0f622541c667950c7759b9e78
Signed-off-by: Marcus Shawcroft <marcus.shawcroft@arm.com>
This commit is contained in:
Marcus Shawcroft 2017-01-03 09:14:44 +00:00
commit 66d66848cb

View file

@ -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. */