From 5fa47dd4abae04057a20ea2d7634d1f3e25eddd5 Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Fri, 3 Apr 2015 21:40:44 +0100 Subject: [PATCH] gpio.hpp: fix typo in docstring for isr Signed-off-by: Brendan Le Foll --- api/mraa/gpio.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/mraa/gpio.hpp b/api/mraa/gpio.hpp index a638061..a5dc24b 100644 --- a/api/mraa/gpio.hpp +++ b/api/mraa/gpio.hpp @@ -188,7 +188,7 @@ class Gpio } #endif /** - * Exits callback - this call will not kill the isr thread imediatlu + * Exits callback - this call will not kill the isr thread immediatly * but only when it is out of it's critical section * * @return Result of operation