summaryrefslogtreecommitdiff
path: root/include/gpio.h
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2016-09-17 08:01:57 -0400
committerAnas Nashif <nashif@linux.intel.com>2016-09-17 13:47:36 +0000
commit7094273af7d47b2ebb5a45b35bd86760f01e5df9 (patch)
tree2f0d593a6373574829828c78ca04d6ce0c38c973 /include/gpio.h
parent442987f54282f5a0266c3bf0f31c4b1eb51788a5 (diff)
trivial: fixed typos
Change-Id: Id374d5b738bac79cb5e0fd400f120b9c0daf4610 Signed-off-by: Anas Nashif <anas.nashif@intel.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 6b581182f..b3147966c 100644
--- a/include/gpio.h
+++ b/include/gpio.h
@@ -292,7 +292,7 @@ static inline int gpio_add_callback(struct device *port,
* @param port Pointer to the device structure for the driver instance.
* @param callback A valid application's callback structure pointer.
*
- * Note: enables to remove as many callacks as added through
+ * Note: enables to remove as many callbacks as added through
* gpio_add_callback().
*/
static inline int gpio_remove_callback(struct device *port,