gpio.hpp: fix typo in docstring for isr
authorBrendan Le Foll <brendan.le.foll@intel.com>
Fri, 3 Apr 2015 20:40:44 +0000 (21:40 +0100)
committerBrendan Le Foll <brendan.le.foll@intel.com>
Fri, 3 Apr 2015 20:42:31 +0000 (21:42 +0100)
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
api/mraa/gpio.hpp

index a638061..a5dc24b 100644 (file)
@@ -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