trivial: fixed typos

Change-Id: Id374d5b738bac79cb5e0fd400f120b9c0daf4610
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-09-17 08:01:57 -04:00 committed by Anas Nashif
commit 7094273af7
3 changed files with 4 additions and 4 deletions

View file

@ -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,